McDoPlus/templates/resa_service/edit.html.twig
ExostFlash 755b6c2ccb add
2023-11-27 13:13:11 +01:00

13 lines
335 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Edit Resa{% endblock %}
{% block body %}
<h1>Edit Resa</h1>
{{ include('resa_service/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('app_resa_service_index') }}">back to list</a>
{{ include('resa_service/_delete_form.html.twig') }}
{% endblock %}