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