mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
278 B
Twig
8 lines
278 B
Twig
{% extends '@ChillMain/layout.html.twig' %}
|
|
|
|
{% block title %}{{ ('crud.' ~ crud_name ~ '.delete.title')|trans({'%crud_name%': crud_name}) }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% embed '@ChillMain/CRUD/_delete_content.html.twig' %}
|
|
{% endembed %}
|
|
{% endblock content %} |