-{% block body %}
- <h1>{% trans "All works" %}</h1>
-
-
- <div class="normal-text catalogue-catalogue">
-
- <p><a href="{% url 'reporting_catalogue_pdf' %}">
- {% trans "Download the catalogue in PDF format." %}
- </a></p>
-
- <h2>{% trans "Literature" %}</h2>
+{% block body %}{% block main %}
+ <h1>{% trans "Wszystkie utwory" %}</h1>
+ <div class="normal-text catalogue-catalogue l-container">
+ <p>
+ {% count_books as nbooks %}
+ {% count_books_root as ntomes %}
+ {% blocktrans trimmed %}
+ W naszej bibliotece mamy {{ nbooks }} utworów zebranych w {{ ntomes }} tomów.
+ {% endblocktrans %}
+ </p>
+
+ <p>
+ <a href="{% url 'reporting_catalogue_pdf' %}">
+ {% trans "Pobierz katalog w formacie PDF." %}
+ </a>
+ </p>
+
+ <h2>{% trans "Literatura" %}</h2>