{% extends 'base.html.twig' %} {% block title %}Tables index{% endblock %} {% block head %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block container_modal %}Numéro de Table | Client Assigné | Utilisateur Assigné | Libre ? | Actions |
---|---|---|---|---|
{{ table.id }} | {% for client in table.Clients %} {{ client.nom }}{% if not loop.last %}, {% endif %} {% else %} Aucun {% endfor %} | {% for utilisateur in table.utilisateurs %} {{ utilisateur.nom }}{% if not loop.last %}, {% endif %} {% else %} Aucun {% endfor %} | Modifier | |
Aucun enregistrement trouvé |