{% 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.label_tag }} {{ field }} {{ field.errors }}

{% endfor %}

{{ upload.render_submits }}

{% endif %} {% if update %}

{% trans "Update from Version Control" %}

{% trans "Use this option to update all the files in this area from the version control." %}

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