{% load i18n %} {% load thumbnail %}
{% thumbnail picture.image_file "216x288" as thumb %} {% endthumbnail %}
{% for author in tags.author %} {{ author }} {% endfor %}
{{ picture.title }}
{% spaceless %} {% trans "Epoch" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% endfor %} {% trans "Kind" %}:  {% for tag in tags.kind %} {{ tag.name }} {% endfor %} {% endspaceless %}