{% extends 'tekir_base.html' %} {% block body %}
{% if record._attachment_type == "image" %} {% endif %}
{% if record._attachment_type == "image" %}

{{ _('Image Size') }}: {{ record.width }} x {{record.height}}

{% endif %}
{% endblock %}