{% set title, page_active, page_categorie = '', '', '' %} {% extends 'base_admin.html.twig' %} {% block title_1 %}Liste des categories{% endblock %} {% block title %}Categorie{% endblock %} {% block body %} {% set alert = app.flashes('successMessage') %} {% if alert is not empty %} {{ alert[0] | bootstrapAlert }} {% endif %} {% for categorie_compte in categorie_comptes %} {% else %} {% endfor %}
Id Code categorie Type actions
{{ categorie_compte.id }} {{ categorie_compte.codeCatCpt }} {% if categorie_compte.typeCatCpt == 'R'%} Recette {% else %} Dépence {% endif %} {{ include('categorie_compte/_delete_form.html.twig') }}
Aucune donnée
Create new {% endblock %}