mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
13 lines
378 B
Twig
13 lines
378 B
Twig
{% extends '@ChillPerson/Admin/layout.html.twig' %}
|
|
|
|
{% block title %}
|
|
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
|
|
{% endblock %}
|
|
|
|
{% block layout_wvm_content %}
|
|
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
|
|
{% block content_form_actions_view %}{% endblock %}
|
|
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
{% endembed %}
|
|
{% endblock %}
|