{% extends 'base.html.twig' %} {% block title %}Les tutoriaux{% endblock %} {% block title_page %}Les tutoriaux{% endblock %} {% block container_start %}
{#Affichage des sous catégorie quand il y en a #} {% if sousCategories is not empty %}
{% for categorie in sousCategories %} {% endfor %}
{% endif %}

Nombre de Résultat(s) : {{ nbTutorials }}

{% if is_granted("ROLE_CREATE_TUTORIAL") %} {% endif %}
{% if tutorials is defined %} {% for tutorial in tutorials %} {% else %} {% endfor %} {% endif %}
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
{% endblock %}