{% extends "spirit/_base.html" %} {% load spirit_tags i18n %} {% block title %}{% trans "Unread notifications" %}{% endblock %} {% block content %}
{% include "spirit/topic/notification/_top_bar.html" with active="unread_notifications" %} {% if page %} {% include "spirit/topic/notification/_render_list.html" with notifications=page %} {% else %}

{% trans "There are no new notifications" %}.

{% endif %} {# TODO: make this a template tag #} {% if page.has_next %} {% spaceless %} {% endspaceless %} {% endif %}
{% endblock %}