{% load i18n %} {% load thumbnail %} {% load catalogue_tags social_tags %} {% load picture_tags %}
{% block picture-view %} {% thumbnail picture.image_file "216x288" crop="center" as thumb %} {% endthumbnail %} {% endblock %} {# what about licensing icons here #}
{% for author in tags.author %} {{ author }}{% if not forloop.last %},{% endif %} {% endfor %}
{% spaceless %} {% trans "Epoch" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% if not forloop.last %},{% endif %} {% endfor %} {% trans "Kind" %}:  {% for tag in tags.kind %} {{ tag.name }} {% if not forloop.last %},{% endif %} {% endfor %} {% endspaceless %}