{% extends 'base.html.twig' %} {% block title %}Tables index{% 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

Tables index

{% for table in tables %} {% else %} {% endfor %}
Id actions
{{ table.id }}
{{ include('tables/_delete_form.html.twig') }}
Modifier
Aucun enregistrement trouvé
{% block stylesheets %} {% endblock %} {% endblock %}