Nicer collection boxes.
[wolnelektury.git] / src / catalogue / templates / catalogue / tag_box.html
1 {% spaceless %}
2   {% load i18n %}
3   {% load catalogue_tags %}
4
5   <div class="white-box normal-text">
6     <h2>{% trans tag.category as c %}{{ c|capfirst }}: {{ tag }}</h2>
7     {% if tag.description %}
8       {{ tag.description|strip_tag:"a"|safe|truncatewords_html:40 }}
9     {% endif %}
10   </div>
11 {% endspaceless %}