{% load i18n %} {% load regionname %} {% load hidereferer %} {% load crit_name_cleaner %} {% cycle snip_pool_1 snip_pool_2 as snip_pool silent %} {% for as_est, aggr_vals in assessor_ests %}
{{ task.request }} {{ task.region|regionname }}
{% for snip_tpl, tpl in snip_tpls_ext %}
{% with snippet=snip_tpl.snip tpl=tpl %} {{ snip_tpl.render_title|safe }} {% endwith %}
{{ snip_tpl.render_green_url|safe }}

{{ snip_tpl.render_text|safe }}

{% if viewing_user.role != yauser.core_user.Role.ASSESSOR and snip_pool %}
{% trans 'Pool' %}: {{ snip_pool.title }} ({{ tpl }}) {% endif %} {% cycle snip_pool %}
{% endfor %} {% if viewing_user.role != yauser.core_user.Role.ASSESSOR %} {% endif %} {% for crit_name, val, aa_val, sign_err in aggr_vals %} {% endfor %}
{% trans 'Estimation date' %}: {{ as_est.complete_time }}
{% trans 'Correction date' %}: {{ as_est.correction.time }}
{% trans 'Corrected by' %}: {{ aadmin_est.user }}
{% trans 'Estimation made by' %}: {{ as_est.user }}
{% trans 'Comment' %}: {{ aadmin_est.comment }}
{% trans crit_name|crit_name_cleaner|capfirst %}: {% trans val|title %} {% if val != aa_val %} → {% trans aa_val|title %} {% endif %}
{% endfor %}