{% if icon_content %}
{{ icon_content | safe }}
{% endif %}

{{ header | default('Popup Title') }}

{{ text | default('This is the popup content text.') }}{% if show_loading_dots %}...{% endif %}

{% if buttons %}
{% for button in buttons %} {% endfor %}
{% endif %} {% if footer_text %} {% endif %}