7 lines
221 B
Twig
7 lines
221 B
Twig
{% extends 'htmx_confirmation_modal.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div>
|
|
Möchtest du das Dokument <em>{{ ('label.document.type.' ~ document.type)|trans }}</em> wirklich löschen?
|
|
</div>
|
|
{% endblock %} |