{% load i18n %} {% load staticfiles %}
{% trans
{% 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 }}{% endif %} {% include "django/forms/widgets/input.html" %} {% if widget.remove_input %}
{% endif %}