{% load i18n %}

{% if tag.category == 'author' %}{% trans "O autorze" %} {% elif tag.category == 'kind' %}{% trans "O rodzaju" %} {% elif tag.category == 'genre' %}{% trans "O gatunku" %} {% elif tag.category == 'epoch' %}{% trans "O epoce" %} {% elif tag.category == 'set' %}{% trans "Półka" %} {% endif %}

{% if tag.photo %}
{{ tag.name }}
{{ tag.photo_attribution|safe }}
{% endif %}
{% if tag.category == 'set' %} {% load chunks %} {% chunk 'polka-how-to' %} {% else %}

{{ tag.name }}

{{ tag.description|safe }}
{% endif %}