{% extends 'base.html.twig' %} {% block title %}Tables index{% endblock %} {% block head %} {% endblock %} {% block stylesheets %} {% endblock %} {% block container_modal %}

Tables index

{% for table in tables %} {% else %} {% endfor %}
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é
Créer une tables
{% endblock %}