{% load i18n %} {% load yauth %} {% load regionname %} {% load hidereferer %}
{% if show_request %}
{% if no_icons %} {% trans 'Request' %}: {% else %} {% endif %} {{ task.request }} {% if no_icons %}
{% endif %} {% if not showMediaContent %} {% if no_icons %} {% trans 'Region' %}: {% else %} {% endif %} {{ task.region|regionname }} {% endif %}
{% endif %}
{% if show_pools %}
{% if snip_pool_1 %} {% trans 'Pool' %} 1: {% if yauser.core_user.role != yauser.core_user.Role.ASSESSOR %} {% endif %} {{ snip_pool_1.title }} ({{ snip_tpls_ext.0.1 }}) {% if yauser.core_user.role != yauser.core_user.Role.ASSESSOR %} {% endif %} {% endif %}
{% if snip_pool_2 %} {% trans 'Pool' %} 2: {% if yauser.core_user.role != yauser.core_user.Role.ASSESSOR %} {% endif %} {{ snip_pool_2.title }} ({{ snip_tpls_ext.1.1 }}) {% if yauser.core_user.role != yauser.core_user.Role.ASSESSOR %} {% endif %} {% endif %}
{% endif %}
{% for snip_tpl, tpl in snip_tpls_ext %}
{{ snip_tpl.render_title|safe }}
{% if snip_tpl.snip.data.url %}
{{ snip_tpl.render_green_url|safe }}
{% endif %}
{{ snip_tpl.render_text|safe }}
{% if showMediaContent %}
{{ snip_tpl.render_media_content|safe }}
{% endif %}
{% endfor %}