{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as macro %} {% block title %} INSTALL-BOIS {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Paramètres | Liste des marques

{% endblock %} {% block page_content %}
{% if is_granted('ROLE_ADMIN') %} {% endif %}
État ID Libellé Fabricant Type Validation IB Visibilité Créer parActions
{{ macro.popup("danger","form-delete-brand" ,path('brand_delete', {'id': 'id'}),'brand') }}
{% endblock %}