{% extends "base.html" %} {% load i18n %} {% load catalogue_tags pagination_tags %} {% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}

{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}

{% autopaginate fragments 10 %}
    {% for fragment in fragments %}
  1. {{ fragment.short_html }}
  2. {% endfor %}
{% paginate %}
{% trans "See description" %} {% trans "of the book "%} {{ book }}
{% endblock %}