Files
chill-bundles/src/Bundle/ChillMainBundle/Resources/views/CRUD/delete.html.twig
2021-03-18 13:37:13 +01:00

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 %}