{% 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 %}
{{ fragment.short_html }}
{% endfor %}
{% paginate %}
Zobacz opis
utworu {{ book }}
Zamknij
Åadowanie
{% endblock %}