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

Edit Tournee

{{ include('tournee/_form.html.twig', {'button_label': 'Update'}) }} back to list {{ include('tournee/_delete_form.html.twig') }} {% endblock %}