{# Verify if should Display Title. #}
{% if display_title %}
{% endif %}
{# Show Modal Body #}
{{ title }}
{% endif %}
{# Verify if should Display button X. #}
{% if display_button_x_close %}
{% endif %}
{# Verify if the maximize button should display. #}
{% if enable_maximize_button %}
{% endif %}
{{ text|raw }}
{% if modal_video_link is not null and modal_video_link is not empty %}
{% endif %}
{# Verify if Modal footer is enabled. #}
{% if enable_modal_footer %}
{% endif %}
{# Delay to Display #}
{% if enable_show_on_height %}
{# Height to Display #}
{% endif %}