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

{% trans "Welcome to Script Audit !" %}

A Screenplay is a technical document.

Hence, 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 a Screenplay.

The Script Auditor identifies such inadvertent errors and corrects them.

It's simple. Upload your Script, wait for a few minutes and get the audited version of your Script.

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

{{ error }}

{% endcomment %} {% endfor %}
{% endif %}

Upload on Blockchain and Audit your Screenplay !

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

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

{{ field.errors.0 }}

{% endif %}
{% endfor %} {% comment %} {% endcomment %} {% comment %} {% endcomment %}
{% comment %} {% include "mnfapp/footer.html" %} {% endcomment %} {% endblock %}