{% load notifier %} {% for notification in user_notifications %}
{% if notification.get_representative_image %}

{% endif %}

{% if notification.reverse is True %} {{notification.target}} {{notification.verb}} {{notification.subject}} {% else %} {{notification.subject}} {{notification.verb}} {{notification.target}} {% endif %}
{{notification.get_date}}

{% empty %} {% include "empty_space.html" %} {% endfor %}