{% extends 'base.html' %} {% load uni_form_tags %} {% load i18n %} {% block title %}{% trans "Upload files" %}{% endblock %} {% block main %}

{% trans "Upload files" %}

{% csrf_token %} {{ form|as_uni_form }}
{% trans "Go on to the last step before your files are published" %}
{% endblock main %} {% block context_info %}

{% trans "Uploading is done i two steps: In the first step you upload the files, and in the second, you decide permissions and titles" %}. This is the first step.

{% trans "Click and drag files from your file system to the box below, or find files through the file chooser. Your files are uploaded instantly." %}

{% endblock context_info %} {% block js_start %} {% endblock %}