{% from "macros/nswdesignsystem/dialog.html" import dialog with context %} {% set id = "dialog" %}
{% call(part) dialog(id) %} {% if part == "title" %}

Delete file permanently?

{% elif part == "content" %}

If you delete this file, you will not be able to recover it. Do you want to delete?

{% elif part == "footer" %} {% endif %} {% endcall %}