{% if heading is defined and heading is not empty %}

{{ heading }}

{% endif %}

{{ alert_msg|raw }}

{% if alert_info %}

{{ alert_info|raw }}

{% endif %} {% if redirect_link %}

{% if type == 'danger' %} {{ lng('panel.back') }} {% else %} {{ lng('success.clickheretocontinue') }} {% endif %}

{% endif %}