{% 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 %}
{{ snip_tpl.render_text|safe }}
{% if viewing_user.role != yauser.core_user.Role.ASSESSOR and snip_pool %}{% 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 %} |