0ef6878bcaf033327aa3b6e5455878c9ca708a7b
[wolnelektury.git] / src / catalogue / templates / catalogue / daisy_list.html
1 {% extends "catalogue/book_list.html" %}
2 {% load i18n %}
3 {% load chunk from chunks %}
4
5 {% block bodyid %}book-a-list{% endblock %}
6
7 {% block titleextra %}{% trans "Listing of all DAISY files" %}{% endblock %}
8
9 {% block extrahead %}
10   <link rel="alternate" type="application/atom+xml"
11         title="{% trans "Latest DAISY audiobooks" %}"
12         href="{% url 'audiobook_feed' 'daisy' %}" />
13 {% endblock %}
14
15 {% block book_list_header %}{% trans "Listing of all DAISY files" %}{% endblock %}
16
17 {% block book_list_info %}
18   {% chunk 'daisy-list' %}
19 {% endblock %}