{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% if upload %}

{{ upload.form.title }}

{{ form.non_field_errors }} {% for field in upload.form %}

{{ field.errors }} {{ field.label_tag }} {{ field }}

{% endfor %}

{{ upload.render_submits }}

{% endif %} {% if update %}
{{ update.as_p }}
{% endif %}