McDoPlus/templates/resto_admin/edit.html.twig
ExostFlash 4efbc3c680 add
Menu Chef
2023-11-26 21:14:56 +01:00

13 lines
334 B
Twig

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