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

{{ upload.form.title }}

{% csrf_token %} {{ 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 version control." %}

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