1 {% extends "2022/base.html" %}
3 {% load catalogue_tags %}
7 {% trans "Recent publications" as title %}
12 <div class="l-article__title">
13 <h1>{% trans "Recent publications" %}</h1>
16 {% url 'recent_audiobooks_list' as a %}
17 {% url 'recent_daisy_list' as d %}
20 {% blocktrans %}You can also see <a href="{{a}}">recent audiobooks</a>
21 and <a href="{{d}}">recent DAISY files</a>.{% endblocktrans %}
25 <div class="l-section l-section--col">
26 <div class="l-books__grid" id="book-list">
27 {% for book in object_list %}
28 {% include "catalogue/2022/book_box.html" %}