{% set currentPath = path( app.request.attributes.get('_route'), app.request.attributes.get('_route_params') ) %} {% if (currentPath == path('dossier_all')) or (currentPath == path('dossier_planning')) %} {% for ca in dataLists.codeAction %} {% endfor %} {% endif %} {% if (currentPath == path('dossier_all')) or (currentPath == path('dossier_financier')) %} {% for e in dataLists.compte %} {% endfor %} {% endif %} {% if currentPath == path('dossier_all') %} {% for zone in dataLists.zone %} {% endfor %} {% for e in dataLists.tpform %} {% endfor %} {% endif %}
Filtrer
{% if currentPath == path('dossier_all') %} {% endif %} {% if currentPath == path('dossier_planning') %} {% endif %} {% if currentPath == path('dossier_financier') %} {% endif %}