{% for notification in notifications %}
{% if notification.status == 0 %}Notice:{% elif notification.status == 1 %}Warning:{% else %}Emergency:{% endif %} {{ notification.text }}
{% endfor %}