{% extends "mnfapp/base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "We are processing your script. We will notify you when it is Audited." %}

Welcome to Script Audit !

  • Screenplay is a technical document!
  • It is required to be written precisely as per international conventions regarding font type and size, indentation, alignment and spaces.
  • However, inadvertent human errors may creep in while writing it.
  • The Script audit identifies such inadvertent errors and corrects them.
  • It's simple. Upload your Script, wait a little and get the audited version.
Auditblockchainimgage

Your Scripts are Secured by blockchain. MNF has no access to Them.

Upload on Blockchain and Audit your Screenplay !

{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %}
{% for field in form %}
{% if field.errors %}

{{ field.errors.0 }}

{% endif %}
{% endfor %}

Please upload your script in ”fdx” "docx", "pdf" or "txt" format only..




{% endblock %}