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