{% extends 'base.html.twig' %} {% block title %}Tarif index {% endblock %} {% block body %}

Tarif index

{% for stopover in stopovers %} {% endfor %} {% for stopover in stopovers %} {% for typeTarif in typeTarifs %} {% endfor %} {% endfor %} {% set i = 0 %} {% for departs in arrays %} {% set j = 0 %} {% for arrivees in departs %} {% set k = 0 %} {% for typetarifs in arrivees %} {% if (typetarifs is empty) %} {% else %} {% endif %} {% set k = k + 1 %} {% endfor %} {% set j = j + 1 %} {% endfor %} {% set i = i+1 %} {% endfor %}
Destinations{{ stopover.name }}
{{ typeTarif.name }}
{{ stopovers[i].name }} Ajout {% for item in typetarifs %} {{ item.tarifName }} : {{ item.montant }}
{% endfor %}
Create new {% endblock %}