{% if modalLabel is defined %}
{{ modalLabel|trans }}
{% endif %} {% if modalHeading is defined %}

{{ modalHeading|trans }}

{% endif %}
{{ modalContent|raw }}
{% if buttons is defined and buttons is not empty %}
{% include '@MauticCore/Helper/button.html.twig' with {'buttons': buttons} %}
{% endif %}