{% extends 'base.html.twig' %} {% block title %}Agents index{% endblock %} {% block body %}

Agents index

{% for agent in agents %} {% else %} {% endfor %}
AuId Nom Prenom Login Mdp Codeagence Email actions
{{ agent.auId }} {{ agent.nom }} {{ agent.prenom }} {{ agent.login }} {{ agent.mdp }} {{ agent.codeagence }} {{ agent.email }} show edit
no records found
Create new {% endblock %}