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

{{ notification.headline }}

{{ notification.message|urlize|linebreaksbr }}
{% else %}

{{ notification.headline }}

{% endif %}
{% endfor %}