b800d70d48ff3175653ea067eff9568d9f937d26
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
1 {% load i18n %}
2 {% if books %}
3 <p class="mono">{% trans "Literatura" %}
4 {{books|safe}}
5 {% endif %}
6
7 {% if pictures %}
8 <p class="mono">{% trans "Obrazy" %}
9 {{pictures|safe}}
10 {% endif %}