X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7ef55860a7a563f5218a91a4396a793fb127d43c..af77776a9ff93ac89cfe941c8a97e3e4cac1bd2e:/apps/stats/templates/stats/main.html diff --git a/apps/stats/templates/stats/main.html b/apps/stats/templates/stats/main.html deleted file mode 100755 index 2be411d0e..000000000 --- a/apps/stats/templates/stats/main.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load stats catalogue_tags %} - -{% block title %}Statystyka w WolneLektury.pl{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -

Statystyka

- {% search_form %} - - - - - - - - - - {% for mt in media_types %} - - - - - - {% endfor %} -
Utwory
Wszystkie utwory:{% count_books_all %}
Utwory z własną treścią:{% count_books_nonempty %}
Utwory bez własnej treści:{% count_books_empty %}
Niezależne książki:{% count_books_root %}
MediaLiczbaRozmiarDo wymiany
{{ mt.type }}:{{ mt.count }}{{ mt.size|filesizeformat }}{{ mt.deprecated }}
- -{% endblock %}