Django 1.8 and other updates.
[wolnelektury.git] / apps / catalogue / templates / catalogue / audiobook_list.html
1 {% extends "catalogue/book_list.html" %}
2 {% load i18n %}
3 {% load catalogue_tags %}
4 {% load ssi_include from ssify %}
5
6 {% block bodyid %}book-a-list{% endblock %}
7
8 {% block titleextra %}{% trans "Listing of all audiobooks" %}{% endblock %}
9
10 {% block metadescription %}Darmowe audiobooki na wolnej licencji. Lektury czytane przez znanych aktorów.{% endblock %}
11
12 {% block extrahead %}
13     <link rel="alternate" type="application/atom+xml" title="{% trans "Latest MP3 audiobooks" %}" href="{% url 'audiobook_feed' 'mp3' %}" />
14     <link rel="alternate" type="application/atom+xml" title="{% trans "Latest Ogg Vorbis audiobooks" %}" href="{% url 'audiobook_feed' 'ogg' %}" />
15 {% endblock %}
16
17 {% block book_list_header %}{% trans "Listing of all audiobooks" %}{% endblock %}
18
19 {% block book_list_info %}
20 {% ssi_include 'chunk' key='audiobook-list' %}
21 {% endblock %}