{% if notification.pk %}
{{ notification.text|safe|linebreaks }} {% for action in notification.actions.all %} {{ action.text }} {% endfor %}
{% endif %}