Files
2025-07-15 23:39:10 +02:00

10 lines
239 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<h1>Create new Grid</h1>
{{ include('_dashboard/grid/_form.html.twig') }}
<a href="{{ path('bo_region_grid_index', {'regionId': region.id}) }}">back to list</a>
{% endblock %}