Files
myep-team/templates/admin/system/document/modal_delete.html.twig
T

7 lines
183 B
Twig

{% extends 'htmx_confirmation_modal.html.twig' %}
{% block content %}
<div>
Möchtest du das Dokument <em>{{ document }}</em> wirklich löschen?
</div>
{% endblock %}