10 lines
239 B
Twig
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 %}
|