1 {% extends "base/base.html" %}
3 {% load catalogue_tags %}
5 {% block titleextra %}{% trans "Recent DAISY files" %}{% endblock %}
7 {% block bodyid %}recent-list{% endblock %}
10 <h1>{% trans "Recent DAISY files" %}</h1>
13 {% work_list object_list %}