{% extends 'base.html' %} {% load uni_form_tags %} {% load i18n %} {% block title %}{% trans "Upload files" %}{% endblock %} {% block main %}
{% 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 footer_include %} {% endblock %}