Filter menu items
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
1 {% load i18n %}
2 {% if books %}
3 <p>
4   <a href="#">{% trans "Literature" %}:</a>
5 </p>
6 <div>{{books|safe}}</div>
7 {% endif %}
8
9 {% if pictures %}
10 <p>
11   <a href="#">{% trans "Gallery" %}:</a>
12 </p>
13 <div>{{pictures|safe}}</div>
14 {% endif %}