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