d4769d126946d86ecda675c12e1937e1c475f24f
[wolnelektury.git] / src / catalogue / templates / catalogue / tag_list_split.html
1 {% load i18n %}
2
3 {% if books %}
4   <p>{% trans "Literature" %}:</p>
5   <div>{{books|safe}}</div>
6 {% endif %}
7
8 {% if pictures %}
9   <p>{% trans "Gallery" %}:</p>
10   <div>{{pictures|safe}}</div>
11 {% endif %}