{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Musiques{% endblock %} {% block body %}
Nom | Evènement | Actions |
---|---|---|
{{ clip.name }} | {{ clip.event.name }} | {% if is_granted("show", clip) %}Voir le clip{% endif %} {% if is_granted("edit", clip) %}Editer{% endif %} |