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