{% extends 'so_base.html' %} {% load static %} {% load auth_extras %} {% block style %} {% endblock style %} {% block script %} {% endblock script %} {% block startup %} ChangeSortOrder(); ChangeRadioBtn(); ChangePeriod(); document.location = "#tables"; {% endblock startup %} {% block content %} {% if request.yauser|has_group:"so_rules-analyst" %}

{% csrf_token %}
Статистика по правилам за





 

{% if view.all_count > 0 %} Всего {{ view.all_count }} правил: {{ view.rul_count }} обычных и {{ view.dlv_count }} рассылочных. {% if view.undef_count > 0 %}Для {{ view.undef_count }} правил{% if view.undef_count_mod_10 == 1 %}а{% endif %} тип (обычные или рассылочные) не определён.{% endif %} {% endif %} {% if view.rul_count > 0 %}{{ view.table1|safe }}{% endif %} {% if view.dlv_count > 0 %}{{ view.table2|safe }}{% endif %} {% if view.undef_count > 0 %}{{ view.table3|safe }}{% endif %}
{% else %}

You have no permission to use this tool.

{% endif %} {% endblock content %}