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

11 lines
254 B
Twig

{% extends 'base.html.twig' %}
{% block title %}New Resa{% endblock %}
{% block body %}
<h1>Create new Resa</h1>
{{ include('resa_service/_form.html.twig') }}
<a href="{{ path('app_resa_service_index') }}">back to list</a>
{% endblock %}