2b0ab83ed5a89def1bc3afbd908bae638ffc3e82
[wolnelektury.git] / src / catalogue / templates / catalogue / recent_daisy_list.html
1 {% extends "base/base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags %}
4
5 {% block titleextra %}{% trans "Recent DAISY files" %}{% endblock %}
6
7 {% block bodyid %}recent-list{% endblock %}
8
9 {% block body %}
10   <h1>{% trans "Recent DAISY files" %}</h1>
11
12   <div id="books-list">
13     {% work_list object_list %}
14   </div>
15 {% endblock %}