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