{% extends 'admin/adminBase.html.twig' %} {% block title %}ADMINISTRATION - Liste des réassurances{% endblock %} {% block titre_page %}Liste des réassurances{% endblock %} {% block sous_titre_page %}Retrouvez ici la liste des réassurances{% endblock %} {% block titre_icone %} {{ getMenuIcon('ADMIN_REASSURANCES') }}{% endblock %} {% block droit_ajout %} {% if autorise('REASSURANCE_CREATE') %} {% endif %} {% endblock %} {% block body %} < {% for reassurance in reassurances %} {% else %} {% endfor %}
Id Nom Nb colonne Ordinateur Nb colonne Tablette Nb colonne Mobile Actions
{{ reassurance.id }} {{ reassurance.nom }} {{ reassurance.nbColComputer }} {{ reassurance.nbColTab }} {{ reassurance.nbColMobile }} {% if autorise('REASSURANCE_UPDATE') %} {% endif %} {% if autorise('REASSURANCE_DELETE') %} {{ include('admin/reassurance/_delete_form.html.twig') }} {% endif %}
Aucun enregistrement trouvé
{% endblock %}