{% load idm_tags i18n %}
{% comment %}
Context variables:
    count - kolichectvo poluchennih users with ended NDA,
    middle_count - srednee znachenie za proshedshie dni,
    bound_min - min granitca,
    bound_max - max granitca.
{% endcomment %}

{% blocktrans %}В ходе выгрузки списка пользователей с истекшим сроком NDA из OEBS получено сильное отклонение от среднего значения{% endblocktrans %}:
    {% trans "получено" %} - {{ count }},
    {% trans "среднее значение" %} - {{ middle_count }},
    {% trans "ожидаемые границы" %} - ({{ bound_min }}, {{ bound_max }}).
