Remove old version.
[wolnelektury.git] / src / catalogue / templates / catalogue / catalogue.html
index 482e828..b0102d8 100644 (file)
@@ -1,15 +1,17 @@
-{% extends "base/base.html" %}
+{% extends "2022/base.html" %}
 {% load i18n %}
-{% load catalogue_tags %}
+{% load catalogue_tags reporting_stats %}
 
 
 {% block titleextra %}{% trans "Catalogue" %}{% endblock %}
 
 {% block bodyid %}catalogue-catalogue{% endblock %}
 
-{% block body %}
+{% block body %}{% block main %}
   <h1>{% trans "All works" %}</h1>
-  <div class="normal-text catalogue-catalogue">
+  <div class="normal-text catalogue-catalogue l-container">
+    <p>W naszej bibliotece mamy {% count_books %} utworów zebranych w {% count_books_root %} tomów.</p>
+
     <p>
       <a href="{% url 'reporting_catalogue_pdf' %}">
         {% trans "Download the catalogue in PDF format." %}
@@ -22,7 +24,7 @@
     <h2>{% trans "Collections" %}</h2>
     {% plain_list collections paged=False %}
 
-    <h2>{% trans "Gallery" %}</h2>
+    <h2>{% trans "Art" %}</h2>
     {% plain_list pictures by_author=True paged=False initial_blocks=True %}
   </div>
-{% endblock %}
+{% endblock %}{% endblock %}