{% extends 'admin/adminBase.html.twig' %} {% block title %}ADMINISTRATION - Liste des cartes des plats{% endblock %} {% block titre_page %}Liste des cartes des plats{% endblock %} {% block sous_titre_page %}Retrouvez ici la liste des cartes des plats{% endblock %} {% block titre_icone %} {{ getMenuIcon('ADMIN_CARTES') }}{% endblock %} {% block droit_ajout %} {% if autorise('CARTE_CREATE') %} {% endif %} {% endblock %} {% block body %} {% for carte in cartes %} {% else %} {% endfor %}
Id Nom NbColComputer NbColTab NbColMobile actions
{{ carte.id }} {{ carte.nom }} {{ carte.nbColComputer }} {{ carte.nbColTab }} {{ carte.nbColMobile }} {% if autorise('CARTE_UPDATE') %} {% endif %} {% if autorise('CARTE_DELETE') %} {{ include('admin/carte/_delete_form.html.twig') }} {% endif %}
Aucun enregistrement trouvé
{% endblock %}