{% extends "admin/displayPage.html.twig" %} {% block showTitle %} Liste des souscriptions auto {% endblock %} {% block showNew %}{{ path('app_admin_souscription_auto_new') }}{% endblock %} {% block showGroup %}{{ "#" }}{% endblock %} {% block showTableHead %} Num.Police Incorporer Retrait Pause Modifier Etat ? Suprimer {% endblock %} {% block showTableBody%} fausse Police {% for souscription in souscriptions|filter(souscription => not souscription.deleted) %} {{ souscription.numPoliceExt }} Incorporer Retrait Pause {% if branche.valid %} {% else %} {% endif %} {% endfor %} {% endblock %}