|
@@ -50,10 +50,6 @@
|
|
<th>Réalisateur</th>
|
|
<th>Réalisateur</th>
|
|
<th>Note moyenne</th>
|
|
<th>Note moyenne</th>
|
|
<th>Année</th>
|
|
<th>Année</th>
|
|
- {#
|
|
|
|
- <th>Lien</th>
|
|
|
|
- <th>Actions</th>
|
|
|
|
- #}
|
|
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -138,13 +134,6 @@
|
|
{% endif %}
|
|
{% endif %}
|
|
</td>
|
|
</td>
|
|
<td>{{ film.annee | date('Y') }}</td>
|
|
<td>{{ film.annee | date('Y') }}</td>
|
|
- {#
|
|
|
|
- <td>{% if not film.lien == "" %}<a target="_blank" href="{{ film.lien }}"><i class="fa fa-external-link fa-lg"></i></a>{% endif %}</td>
|
|
|
|
- <td>
|
|
|
|
- <a data-toggle="tooltip" title="Modifier la fiche film" href="{{ path('videotheque_modifier', {'id': film.id}) }}"><i class="fa fa-edit fa-lg", style="color:DodgerBlue;"></i></a>
|
|
|
|
- {% if is_granted('ROLE_ADMIN') %}<a href="{{ path('videotheque_supprimer', {'id': film.id}) }}"><i class="fa fa-trash fa-lg", style="color:Tomato;"></i></a>{% endif %}
|
|
|
|
- </td>
|
|
|
|
- #}
|
|
|
|
</tr>
|
|
</tr>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</tbody>
|
|
</tbody>
|