{% extends 'base.html.twig' %} {% block title %}Devis | {{ parent() }}{% endblock %} {% block body %} Nouveau {% if is_granted('ROLE_ADMIN') %}   0 Supprimer {% endif %}

Devis

{{ include("customer_sale_order/_table.html.twig") }}
{% endblock %}