{% set type = 'option' %}

Période

{% for keyperiode, data in tab.datas.result %}
{% for optionName,types in data %} {% for typeName, tarif in types %} {% if loop.index > 1 %} {% endif %} {% endfor %} {% endfor %}
Option Type Tarif HT MOD Tarif HT GT
3-5 ans
Tarif HT GT
6-20 ans
Tarif HT MOD 2 Tarif HT GT 2
3-5 ans
Tarif HT GT 2
6-20 ans
{{ optionName }}
{{ typeName }} {{ tarif['MOD 1']['tarif'] }} {{ tarif['GT 1
3-5 ans']['tarif'] }}
{{ tarif['GT 1
6-20 ans']['tarif'] }}
{{ tarif['MOD 2']['tarif'] }} {{ tarif['GT 2
3-5 ans']['tarif'] }}
{{ tarif['GT 2
6-20 ans']['tarif'] }}
{{ include('tarif/_popup_update_tarif.html.twig') }} {% endfor %}
{{ include('tarif/_popup_add_periode.html.twig') }}