{% spaceless %}
{% trans "Epoch" %}:
{% for tag in tags.epoch %}
{{ tag }}
{% if not forloop.last %}, {% endif %}
{% endfor %}
{% trans "Kind" %}:
{% for tag in tags.kind %}
{{ tag }}
{% if not forloop.last %}, {% endif %}
{% endfor %}
{% trans "Genre" %}:
{% for tag in tags.genre %}
{{ tag }}
{% if not forloop.last %}, {% endif %}
{% endfor %}
{% block extra_categories %}
{% endblock %}
{% endspaceless %}