{% load i18n %} {% load endless %} {% load forum_tags %}
{% paginate notifications %} {% for notification in notifications %} {% if notification.is_view %} {{notification|get_item_notification|safe}} {% else %} {{notification|get_item_notification|safe}} {% endif %} {% empty %}

{% trans "No results" %}.

{% endfor %} {% show_more %}