{% set title, page_active, page_categorie = '', '', '' %} {% extends 'base_admin.html.twig' %} {% block title_1 %}Detail de categorie{% endblock %} {% block title %}Categorie{% endblock %} {% block body %}
: {{ categorie_compte.id }}
: {{ categorie_compte.descCatCpt }}
: {% if categorie_compte.typeCatCpt == 'R'%} Recette {% else %} Dépence {% endif %}
back to list edit {% endblock %}