1 {% extends "base.html" %}
3 {% load catalogue_tags pagination_tags %}
5 {% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %}
7 {% block bodyid %}tagged-object-list{% endblock %}
10 <h1>{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} </h1>
12 {% autopaginate fragments 10 %}
15 {% for fragment in fragments %}
16 <li>{{ fragment.short_html }}</li>
22 <div id="categories-list">
23 {% trans "See description" %} <a href="{{ book.get_absolute_url }}">{% trans "of the book "%} {{ book }}</a>
25 <div id="themes-list">
27 <div class="clearboth"></div>
30 <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
32 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>