{% load i18n static %}
{% csrf_token %}

{% trans 'Select multiple files with the file dialog or by dragging and dropping them onto the dashed region' %}

{% if file_errors %}
{% trans 'Please correct the errors below' %}
    {% for error in file_errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}