Initial commit

This commit is contained in:
2025-07-15 23:39:10 +02:00
parent 1d3986a901
commit fb14214612
181 changed files with 31070 additions and 50 deletions

View File

@ -0,0 +1,9 @@
{% 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 %}