{% 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 %}