{% block content %}
{% if OVERRIDE_CONTENT_OF_NOTIFICATION in message.extra_tags %} {{ text|safe }} {% else %}
{% block icon %} {% endblock %}
{{ text|safe }}
{% include 'sb_admin/partials/messages/alert_close.html' %}
{% endif %}
{% endblock %}