Librarian in regular requirements.
[redakcja.git] / apps / catalogue / templates / catalogue / document_list.html
1 {% extends "catalogue/base.html" %}
2
3 {% load i18n %}
4 {% load catalogue book_list %}
5 {% load pipeline %}
6
7 {% block titleextra %}{% trans "Book list" %}{% endblock %}
8
9
10 {% block add_js %}
11 {% javascript 'book_list' %}
12 {% endblock %}
13
14 {% block add_css %}
15 {% stylesheet 'book_list' %}
16 {% endblock %}
17
18 {% block content %}
19     {% book_list %}
20 {% endblock content %}