{# REQUIRED CHANGES NEED TO BE DONE IN THESE FILES: - embeds/modal.html.twig - default/_form_modal.html.twig #}
{% if block('modal_before') is defined %}{{ block('modal_before') }}{% endif %}
×
{{ block('modal_title') }}
{{ block('modal_body') }}
{% if block('modal_end') is defined %}{{ block('modal_end') }}{% endif %}