{% extends "artiste/artiste.html.twig" %} {% block title %} Gestion de {{band.fmuAen.aenLibelle}} | BO {% endblock %} {% block section %}
Edition d'un groupe
Nom {{band.fmuAen.aenLibelle}}
Liste des membres
{% if band.fmuLfa is defined %}
{% for m in band.fmuLfa %} {% endfor %}
Nom Instrument Début Fin Remplacant Invité Actions
{{ m.lfaAen.aenPatronyme }} {{m.lfaAen.aenPrenom}}
{% endif %}
{% include "components/_logsUniqueEntity.html.twig" %} {% endblock %}