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

Delete file permanently?

{% elif part == "content" %}

Thank you for your submission, it has been successfully received. We aim to respond within 3 business days by your preferred contact method. You can now make another submission or view your active submission.

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