{% load i18n %} {% load endless %} {% load forum_tags %}
{% paginate notifications %} {% for notification in notifications %}
{{notification|get_item_notification|safe}}
{% empty %}

{% trans "No notifications" %}.

{% endfor %} {% show_more %}