{% extends "core/index.html" %} {% load i18n %} {% load crit_name_cleaner %} {% block Title %}{% trans 'Statistics' %}{% endblock %} {% block Scripts %} {% endblock %} {% block Content %}
{% trans 'Task pool' %}: {{ taskpool.title }}
{% trans 'Tasks type' %}: {{ taskpool.kind_pool_str }}
{% trans 'Estimation mode' %}: {{ taskpool.kind_str }}
{% trans 'Overlap' %}: {{ taskpool.overlap }}
{% trans 'Estimation count' %}: {{ est_count }}
{% trans 'Unique estimation amount' %}: {{ unique_ests_count }}

{% trans 'Integral data' %} ({% trans 'Corrected' %} / {% trans 'Original' %})

{% load percentage %} {% load yauth %} {% if filter_crit and filter_val %} {% trans 'Filter selected' %}: {% trans filter_crit|crit_name_cleaner|capfirst %}, {% trans filter_val|title %} {% endif %} {% if yauser.core_user.role == yauser.core_user.Role.ANALYST %} {% else %} {% endif %} {% if yauser.core_user.role != yauser.core_user.Role.ANALYST %} {% endif %} {% for criterion, counters, wilcoxon_test, different, opposite, has_line_info in integral_data %} {% for corr_number, orig_number in counters %} {% endfor %} {% if yauser.core_user.role != yauser.core_user.Role.ANALYST %} {% endif %} {% endfor %}
{{ taskpool.first_pool_str }} {% trans 'both'|title %} {{ taskpool.second_pool_str }} {% trans 'Different estimations' %} {% trans 'Opposite estimations' %}
{% trans criterion|crit_name_cleaner|capfirst %}: {% cycle 'left' 'both' 'right' as crit_val silent %} {% if filter_crit == criterion and filter_val == crit_val %} {% endif %} {{ different|length }} {{ different|length|percentage:task_count }} {{ opposite|length }} {{ opposite|length|percentage:task_count }}
{% if est_count %}

{% trans 'Grouped by users' %}


{% trans 'Count' %}:
{{ user_pks|length }}

{% if user_pks %} {% if yauser.core_user.role == yauser.core_user.Role.ANALYST %} {% else %} {% endif %} {% if yauser.core_user.role == yauser.core_user.Role.ANALYST %} {% for crit_name in crit_names %} {% endfor %} {% else %} {% endif %}
{% trans 'User' %} {% trans 'Request' %} URL {% trans 'Estimation' %} {% trans crit_name|title|slice:'1' %} {% trans 'Comment' %} {% trans 'Criterion' %} {{ taskpool.first_pool.title }} {% trans 'both'|title %} {{ taskpool.second_pool.title }} {% trans 'Different estimations' %} {% trans 'Opposite estimations' %}
{% else %} {% trans 'No estimations available.' %} {% endif %} {% else %}

{% trans 'No estimations available.' %}

{% endif %}
{% endblock %}