{% extends 'base.html.twig' %} {% block title %}Edit Tables{% endblock %} {% block head %} {% endblock %} {% block body %}
Bonjour, {{ app.user.prenom }}
{% if is_granted('ROLE_ADMIN') %} {% elseif is_granted('ROLE_CUISINIER') %} {% elseif is_granted('ROLE_SERVEUR') %} {% endif %}
{{ ux_icon('ph:user-circle-fill') }} Compte

Modifier Tables

{{ include('tables/_form.html.twig', {'button_label': 'Mettre à jour'}) }} {{ include('tables/_delete_form.html.twig') }}
{% block stylesheets %} {% endblock %} {% endblock %}