mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
272 B
Twig
16 lines
272 B
Twig
{% extends '::base.html.twig' %}
|
|
|
|
{% block body -%}
|
|
<h1>BlopEntity2 creation</h1>
|
|
|
|
{{ form(form) }}
|
|
|
|
<ul class="record_actions">
|
|
<li>
|
|
<a href="{{ path('blopentity2') }}">
|
|
Back to the list
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
{% endblock %}
|