{% extends "::admin.html.twig" %} {% block title %} Bureau STH {% endblock %} {% block entete %} Bureau STH {% endblock %} {% block body %}
{{ include('default/flashBag.html.twig') }} {% for team in teams %} {% endfor %}
Nom & prénom Fonction Institution Email Photo Action
{{ team.fullName }} {{ team.function }} {{ team.institution }} {{ team.email }}
{% endblock %}