{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% block titleextra %}{% trans "Recent publications" %}{% endblock %} {% block bodyid %}recent-list{% endblock %} {% block body %}

{% trans "Recent publications" %}

{% url 'recent_audiobooks_list' as a %} {% url 'recent_daisy_list' as d %}

{% blocktrans %}You can also see recent audiobooks and recent DAISY files.{% endblocktrans %}

{% work_list object_list %}
{% endblock %}