{% set title, page_active, page_categorie = '', '', '' %} {% extends 'base_admin.html.twig' %} {% block title_1 %}Liste des comptes{% endblock %} {% block title %}Compte{% endblock %} {% block body %} {% set alert = app.flashes('successMessage') %} {% if alert is not empty %} {{ alert[0] | bootstrapAlert }} {% endif %}
| Id | Code compte | Actions | ||
|---|---|---|---|---|
| {{ compte.id }} | {{ compte.codeCompte }} | {{ include('compte/_delete_form.html.twig') }} | ||
| Aucune donnée | ||||