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

Modifier un Tag

{{ include('tag/_form.html.twig', {'button_label': 'Update'}) }} Retour à la liste {{ include('tag/_delete_form.html.twig') }} {% endblock %}