{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}
{% trans "Filename" %} {{ object.filename }}
{% trans "Dimensions" %} {{ object.image_width }} × {{ object.image_height }}
{% trans "Size" %} {{ object.size|filesizeformat }}
{% endblock panel_content %}