{% extends 'base.html.twig' %} {% block title %}Les tutoriaux{% endblock %} {% block title_page %}Les tutoriaux{% endblock %} {% block container_start %}
| Id | Name | Description | Tags | actions | |
|---|---|---|---|---|---|
| {{ tutorial.id }} | {{ tutorial.name }} | {{ tutorial.description | raw }} | {{ tutorial.tags }} | {% if is_granted("ROLE_VIEW_TUTORIAL") %} {% endif %} {% if is_granted("ROLE_EDIT_TUTORIAL") %} {% endif %} | |
| no records found | |||||