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

My Audited Scripts

All your Audited Scripts are stored at blockchain.
mynextfilm.ai has no access to it.
{% if user.is_authenticated %} {% if i %} {% for k in i %}
image
{{k.author|slice:":1"}}
{{k.scriptName|slice:":12"}} {% trans "Copyright" %}
{% trans "Author:" %} {{k.author }}
{% trans "Uploaded on:" %} {{ k.created_on }}
{% if k.iscomplete == "S" %} {% elif k.iscomplete == "R" %} {% elif k.iscomplete == "F" %} {% endif %}
{% endfor %}
{% else %}

{% trans "Oops! You are yet to Audit your first script!!" %}


P.S. - if you uploaded your script for Audit and are not yet seeing the Audited script OR had some difficulty in uploading your script, please" {% trans "contact us" %}.

{% csrf_token %}
{% endif %} {% endif %} {% comment %} -----------------------FOOTER----------------------- {% endcomment %} {% endblock content %}