1 {% extends "base.html" %}
 
   3 {% load catalogue_tags pagination_tags %}
 
   5 {% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% trans "on" %} WolneLektury.pl{% endblock %}
 
   7 {% block bodyid %}tagged-object-list{% endblock %}
 
  10     <h1>{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} </h1>
 
  11     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
 
  12         <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{{ book.get_absolute_url }}">{% trans "return to book's page" %}</a></p>
 
  15     {% autopaginate fragments 10 %}
 
  18         {% for fragment in fragments %}
 
  19             <li>{{ fragment.short_html }}</li>
 
  25         <div id="categories-list">
 
  26             {% trans "See description" %} <a href="{{ book.get_absolute_url }}">{% trans "of the book "%} {{ book }}</a>
 
  28         <div id="themes-list">
 
  30         <div class="clearboth"></div>
 
  33         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
 
  35             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>