{% extends 'base.html.twig' %} {% block title %}Tag index{% endblock %} {% block body %} {{ include("dashboard/menu.html.twig") }}

Tags

{% for tag in tags %} {% else %} {% endfor %}
Nom actions
{{ tag.nom }}
modifier
no records found
{% endblock %}