1 {% extends "base.html" %}
2 {% load catalogue_tags pagination_tags %}
4 {% block title %}Motyw {{ theme }} w utworze {{ book }} w WolneLektury.pl{% endblock %}
6 {% block bodyid %}tagged-object-list{% endblock %}
9 <h1>Motyw {{ theme }} w utworze {{ book }}</h1>
10 <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
11 <p>{{ form.q }} <input type="submit" value="Szukaj" /> <strong>lub</strong> <a href="{{ book.get_absolute_url }}">wróć do strony utworu</a></p>
14 {% autopaginate fragments 10 %}
17 {% for fragment in fragments %}
18 <li>{{ fragment.short_html }}</li>
24 <div id="categories-list">
25 Zobacz opis <a href="{{ book.get_absolute_url }}">utworu {{ book }}</a>
27 <div id="themes-list">
29 <div class="clearboth"></div>
32 <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
34 <p><img src="/media/img/indicator.gif" alt="*"/> Ładowanie</p>