- {% if group.inscription %}
-
Inscription
- {% for Items in group.inscription %}
- {% for detail in Items %}
- {% if detail.acf_fc_layout == 'en_libre_acces' %}
-
{{ detail.texte }}
- {% endif %}
- {% if detail.acf_fc_layout == 'lien_dinscription' %}
-
- {% endif %}
- {% endfor %}
- {% for detail in Items.type_dinscription %}
- {% endfor %}
+
+ {% if group.inscription %}
+
Inscription
+ {% for Items in group.inscription %}
+ {% for detail in Items %}
+ {% if detail.acf_fc_layout == 'en_libre_acces' %}
+
{{ detail.texte }}
+ {% endif %}
+ {% if detail.acf_fc_layout == 'lien_dinscription' %}
+
+ {% endif %}
{% endfor %}
- {% endif %}
+ {% for detail in Items.type_dinscription %}
+ {% endfor %}
+ {% endfor %}
+ {% endif %}