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