{% extends 'layouts/admin/admin.html.twig' %} {% block title %}Admin - {{ context.get['app'] ? context.get['app'].name : company_name }} - {{ title }}{% endblock %} {% block body %}

Clients

Liste des clients
{% for client in clients %} {% include 'admin/reservations/clients/partials/__tr_table.html.twig' %} {% else %} {% endfor %}
Username Email Roles Dernière connexion En ligne ? Actions
{{ data_none }}
{% endblock %}