{% load i18n %} {% if title %}

{{ title }}

{% endif %}
{% trans "Introduction" context "tipi" as tipi_intro %} {% placeholder "tipi_text" name=tipi_intro %}
{% if regies|length > 1 %}

{% else %} {% endif %}

{% regroup reference_fields by protocol as fields %} {% for field in fields %} {% for f in field.list %} {% if field.grouper == control_protocol or field.grouper == 'any' %} {% if field.grouper == 'any' or not forloop.last %} - {% endif %} {% endif %} {% endfor %} {% endfor %}

,