{% extends 'base.html.twig' %} {% block title %}Tag{% endblock %} {% block body %}

Tag

Id {{ tag.id }}
Nom {{ tag.nom }}
back to list edit {{ include('tag/_delete_form.html.twig') }} {% endblock %}