Merge branch 'picture' into pretty
[wolnelektury.git] / wolnelektury / templates / catalogue / catalogue.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags %}
4
5
6 {% block bodyid %}catalogue-catalogue{% endblock %}
7
8 {% block body %}
9     <h2></a>{% trans "Authors" %}<a name="autorzy"></a></h2>
10     {% tag_list categories.author %}
11
12     <h2>{% trans "Kinds" %}<a name="rodzaje"></a></h2>
13     {% tag_list categories.kind %}
14
15     <h2>{% trans "Genres" %}<a name="gatunki"></a></h2>
16     {% tag_list categories.genre %}
17
18     <h2>{% trans "Epochs" %}<a name="epoki"></a></h2>
19     {% tag_list categories.epoch %}
20
21     <h2>{% trans "Themes and topics" %}<a name="motywy"></a></h2>
22     {% tag_list fragment_tags %}
23 {% endblock %}