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