{% from "macros/nswdesignsystem/dialog.html" import dialog with context %} {% set id = "dismissible" %}
{% call(part) dialog(id, title="Changes will be lost", dismissible=true) %} {% if part == "title" %}

Delete file permanently?

{% elif part == "content" %}

This form contains unsaved changes. By exiting, all unsaved changes will be permanently lost. If you wish to save your changes, return to form and follow the prompts to save your progress. If you do not wish to keep any unsaved changes you can proceed to exit the form.

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