{% load i18n %} {% include "django/forms/widgets/hidden.html" %}
{% trans 'Press or Drag files here' %}
{% if form.is_remote_upload_enabled %}
{% trans 'Drag images here' %}
{% endif %}