{% extends "base-margins.html" %} {% load i18n %} {% load static %} {% load custom_templatetags %} {% block title %}{% trans "Statystyki" %}{% endblock %} {% block scripts %} {% endblock %} {% block content2 %}
{% trans "Liczba haseł" %}
{% for pos in all_pos %} {% endfor %} {% for status in all_statuses %} {% for num in entry_stats|get_item:status %} {% endfor %} {% endfor %}
{% trans "Status / część mowy" %}{{ pos }}
{{ status }}{{ num }}
{% trans "Liczba schematów" %}
{% for opinion, opinion_key, n in schema_stats %} {% endfor %} {% for opinion, opinion_key, n in schema_stats %} {% endfor %}
{% if opinion_key != "all" %}{{ opinion }} {% endif %}{{ opinion }}
{{ n }}
{% trans "Liczba ram" %}
{% for opinion, opinion_key, n in frame_stats %} {% endfor %} {% for opinion, opinion_key, n in frame_stats %} {% endfor %}
{% if opinion_key != "all" %}{{ opinion }} {% endif %}{{ opinion }}
{{ n }}
{% endblock %}