fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6675af206f08b194bcee1673ace849a4072d12b0
[wolnelektury.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
recent_daisy_list.html
1
{% extends "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 %}