{% load l10n %}
{% if widget.attrs.multiple %}Dateien{% else %}Datei{% endif %} in diesen Bereich ziehen oder
{% if dpl.accept_label or dpl.max_size %}

{% if dpl.accept_label %}{{ dpl.accept_label }}{% endif %} {% if dpl.max_size_natural %} {% if dpl.accept_label %}, {% endif %} {{ dpl.max_size_natural }} {% endif %}

{% endif %} {% if widget.extra_text %}

{{ widget.extra_text }}

{% endif %}
    {# Temp uploads rendered on form bounce — shown as the current file #} {% for t in dpl.temp_uploads %}
  • {{ t.name }} Status: Hochgeladen
  • {% endfor %} {# Existing files — hidden when a temp upload already represents the new state #} {% for f in dpl.existing_files %} {% with input_name=dpl.field_name|add:"__delete__"|add:f.key %}
  • {{ f.name }}
  • {% endwith %} {% endfor %}