|
{% if is_granted('ROLE_ADMIN') %}<a href="{{ path('videotheque_supprimer', {'id': film.id}) }}"><i class="fa fa-trash", style="color:Tomato;"></i></a>{% endif %}
|
|
{% if is_granted('ROLE_ADMIN') %}<a href="{{ path('videotheque_supprimer', {'id': film.id}) }}"><i class="fa fa-trash", style="color:Tomato;"></i></a>{% endif %}
|
|
<a href="{{ path('videotheque_modifier', {'id': film.id}) }}"><i class="fa fa-edit", style="color:DodgerBlue;"></i></a>
|
|
<a href="{{ path('videotheque_modifier', {'id': film.id}) }}"><i class="fa fa-edit", style="color:DodgerBlue;"></i></a>
|