{% extends "artiste/artiste.html.twig" %} {% block title %} Gestion d'artistes | BO {% endblock %} {% block section %}
Les Groupes
{% if bands is defined %}
{% for b in bands %} {% endfor %}
Nom Fiche sur TK Actions
{{ b.fmuAen.aenLibelle }} Lien vers TK
{% endif %}
{% endblock %}