{% load i18n %} {% load static %}
{% trans
{% if widget.image.download_url %} {% trans "Download" %} {% endif %} {% trans 'File' %}: {% if widget.image.filename %}{{ widget.image.filename }}{% else %}{% trans "upload" %}...{% endif %} {% if widget.image.width and widget.image.height %} {{ widget.image.width }} x {{ widget.image.height }} px{% endif %} {% include "django/forms/widgets/input.html" %} {% if widget.remove_input %}
{% endif %}