X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/reporting/templates/reporting/main.html diff --git a/src/reporting/templates/reporting/main.html b/src/reporting/templates/reporting/main.html old mode 100755 new mode 100644 index 46d49c9ea..5d121ce74 --- a/src/reporting/templates/reporting/main.html +++ b/src/reporting/templates/reporting/main.html @@ -1,48 +1,97 @@ -{% extends "base.html" %} -{% load i18n %} +{% extends "base_simple.html" %} +{% load i18n l10n %} {% load reporting_stats catalogue_tags %} +{% block settings %} + {% load title %} + {% trans "Reports" as title %} + {% title title %} +{% endblock %} + {% block titleextra %}{% trans "Reports" %}{% endblock %} {% block bodyid %}reports-stats{% endblock %} {% block body %} -

Statystyka

- -
+

Statystyka

+

Audiobooki

- - - - - - - - {% for mt in media_types %} - - - - - - {% endfor %} + + + + + + + + {% for mt in media_types %} + + + + + + + {% endfor %}
Utwory
Utwory:{% count_books %}
Niezależne książki:{% count_books_root %}
Utwory nadrzędne:{% count_books_parent %}
Wszystkie utwory:{% count_books_all %}
MediaLiczbaRozmiarDo wymiany
{{ mt.type }}:{{ mt.count }}{{ mt.size|filesizeformat }}{{ mt.deprecated }} - {% for m in mt.deprecated_files %} -
{% book_title m.book %}: {{ m }} - {% endfor %} -
Utwory
Utwory:{% count_books %}
Niezależne książki:{% count_books_root %}
Utwory nadrzędne:{% count_books_parent %}
Wszystkie utwory:{% count_books_all %}
MediaLiczbaRozmiarDo wymiany
{{ mt.type }}:{{ mt.count }}{{ mt.size|filesizeformat }} + {{ mt.deprecated }} + {% for m in mt.deprecated_files %} +
{% book_title m.book %}: {{ m }} + {% endfor %} +

Licencje

+ {% localize off %} +

Aktualność plików

+ + + {% for e in etags %} + + {% endfor %} + + + {% for e in etags %} + + {% endfor %} + + + {% for e in etags %} + + {% endfor %} + +
+
+ {{ e.field }} +
+
+
+ {{ e.etag }} +
+
+ {% for et in e.tags %} +
+ + + {{ et.count }} {{ et.tag }} + +
+ {% endfor %} +
+ {% endlocalize %} -
- +
{% endblock %}