diff --git a/Resources/views/Util/confirmation_template.html.twig b/Resources/views/Util/confirmation_template.html.twig new file mode 100644 index 000000000..6bc06e67a --- /dev/null +++ b/Resources/views/Util/confirmation_template.html.twig @@ -0,0 +1,22 @@ +{% if title is defined %} +

{{ title }}

+{% endif %} + +{% if confirm_question is defined %} +

{{ confirm_question }}

+{% endif %} + +{{ form_start(form) }} + + + +{{ form_end(form) }} \ No newline at end of file