{% if notifications %}
{% for notification in notifications %}

{{notification|safe}}

{% endfor %}
{% endif %}