{% set compter = 0 %} {% for item in options %} {% set compter = compter + 1 %} {{compter}}
{% for type in item.titres %} {{type.libelle}} {% endfor %}
{% if item.detentaire is not null %} {{item.detentaire.denomination}} {% endif %} {% if item.partenaire is not null %} {{item.partenaire.denomination}} {% endif %} {% if item.contrat is not null %} {{item.contrat ? item.contrat.nom : ""}} {% endif %} {{item.dateOption ? item.dateOption|date('d/m/Y') : ""}} {% else %} Aucune option trouvée pour cette recherche. {% endfor %}