{% extends "base.html" %} {% load catalogue_tags pagination_tags %} {% block title %}Motyw {{ theme }} w utworze {{ book }} w WolneLektury.pl{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}

Motyw {{ theme }} w utworze {{ book }}

{{ form.q }} lub wróć do strony utworu

{% autopaginate fragments 10 %}
    {% for fragment in fragments %}
  1. {{ fragment.short_html }}
  2. {% endfor %}
{% paginate %}
Zobacz opis utworu {{ book }}
Zamknij

* Ładowanie

{% endblock %}