mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 10:44:24 +00:00
7 lines
189 B
Twig
7 lines
189 B
Twig
{% extends '@ChillMain/CRUD/Admin/index.html.twig' %}
|
|
|
|
{% block admin_content %}
|
|
{% embed '@ChillMain/CRUD/_delete_content.html.twig' %}
|
|
{% endembed %}
|
|
{% endblock admin_content %}
|