{% load i18n %} {% if widget.attrs.accept == 'image/*' and widget.is_initial %}
{% trans 'Image preview' %}
{% endif %}
{% if widget.is_initial and not widget.required %}
{% endif %}
{% if widget.is_initial %} download {% endif %}