mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +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 %}
|