{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Unread topics replies" %}{% endblock %} {% block content %}

{% trans "Unread topics replies" %}

{% include "spirit/topic/_render_list.html" with topics=page %} {% if page.has_next %} {% spaceless %} {% endspaceless %} {% endif %}
{% endblock %}