{% extends 'mnfapp/base.html'%} {% load static %} {% csrf_token %} {% load i18n %} {% block title %}Conversion Room {%endblock%} {% block content1 %} {% endblock %} {%block content%} {% trans 'Conversion Studio' %} {%if dataP3 or user.is_staff or dataP4 or 'id == 1234567890'%} {% if messages %} {% endif %}

{% trans 'Welcome to the Conversion Studio !' %}

{% trans 'By converting your screenplay in several different languages, you can significantly increase the possibility of getting a film made on it.' %}

{% trans 'In MNF Conversion Studio you can convert your screenplay written in any language into 114 more languages.' %}

{% trans "It's simple. Upload your screenplay, wait for a few minutes and be ready to send it to many more producers." %}

{% trans 'You may even opt for dual language dialogues in which dialogues in source language and destination language are written side by side.' %}

Upload and Convert your Screenplay !

Please upload your script in "Docx" format only..

OR

{% csrf_token%}
{% include 'mnfapp/footer.html' %} {% endblock %}