{% load main_tags %} {% 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}}

{% endfor %} {% paginate '#recent-activity' %}