diff --git a/agaric/templates/webform/webform-confirmation.html.twig b/agaric/templates/webform/webform-confirmation.html.twig new file mode 100644 index 0000000..95499ba --- /dev/null +++ b/agaric/templates/webform/webform-confirmation.html.twig @@ -0,0 +1,34 @@ +{# +/** + * @file + * Default theme implementation to webform confirmation. + * + * Available variables: + * - progress: Progress bar. + * - message: Confirmation message. + * - back_url: URL to the previous webform submission. + * + * @see template_preprocess_webform_confirmation() + * + * @ingroup themeable + */ +#} +{{ attach_library('webform/webform.confirmation') }} + +{% if progress %} + {{ progress }} +{% endif %} + + + + {% if message %} +
{{ message }}
+ {% endif %} + + {% if back %} +
+ +
+ {% endif %} + +