X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5abc88f0d2ad3036dd526fbff5f0241f1d6480e1..a9226097c8eea0591fd3249f62a71becc6d2be93:/src/catalogue/templates/catalogue/recent_list.html diff --git a/src/catalogue/templates/catalogue/recent_list.html b/src/catalogue/templates/catalogue/recent_list.html index f6b917228..70a5f5c5a 100644 --- a/src/catalogue/templates/catalogue/recent_list.html +++ b/src/catalogue/templates/catalogue/recent_list.html @@ -1,32 +1,32 @@ -{% extends request.EXPERIMENTS.layout|yesno:"2022/base.html,base/base.html" %} +{% extends "2022/base.html" %} {% load i18n %} {% load catalogue_tags %} -{% block titleextra %}{% trans "Recent publications" %}{% endblock %} +{% block settings %} + {% load title %} + {% trans "Recent publications" as title %} + {% title title %} +{% endblock %} -{% block bodyid %}recent-list{% endblock %} - -{% block body %}{% block main %} -

{% trans "Recent publications" %}

+{% block main %} +
+

{% 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 %}

+
- {% if request.EXPERIMENTS.layout %} -
-
- {% for book in object_list %} - {% include "catalogue/2022/book_box.html" %} - {% endfor %} -
-
- {% else %} -
- {% work_list object_list %} +
+
+ {% for book in object_list %} + {% include "catalogue/2022/book_box.html" %} + {% endfor %}
- {% endif %} -{% endblock %}{% endblock %} +
+{% endblock %}