{% if users.is_admin %}
{{photo.description or _('click to edit')}}
{% else %}
{{photo.description}}
{% endif %}
{{ _("Filename") }}: {{ photo.photo_name }}
{{ _("Owner") }}: {{ photo.owner }}
{{ _("Type") }}: {{ photo.mime }}
{{ _("Dimensions") }}: {{photo.width}}x{{photo.height}}
{{ _("Size") }}: {{ photo.size|filesizeformat }}
{{ _("Date uploaded") }}: {{ photo.createdate|date }}
