d79618a170593b7175476c9efe1fd9f777bd8255
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
1 {% load i18n %}
2 {% if books %}
3 <div class="simple-toggler-scope">
4 <p class="mono">
5   <a href="#" class="simple-toggler">{% trans "Literature" %}</a>
6 </p>
7 <div class="simple-hidden-box">{{books|safe}}</div>
8 </div>
9 {% endif %}
10
11 {% if pictures %}
12 <div class="simple-toggler-scope">
13 <p class="mono">
14   <a href="#" class="simple-toggler">{% trans "Gallery" %}</a>
15 </p>
16 <div class="simple-hidden-box">{{pictures|safe}}</div>
17 </div>
18 {% endif %}