{% extends "misago/threadslist/base.html" %} {% load i18n misago_shorthands misago_stringutils %} {% block title %} {% if list_name %} {% if paginator.page > 1 %} {{ list_name }} ({% blocktrans with page=paginator.page %}page: {{ page }}{% endblocktrans %}) | {{ category }} | {{ block.super }} {% else %} {{ list_name }} | {{ category }} | {{ block.super }} {% endif %} {% elif paginator.page > 1 %} {{ category }} ({% blocktrans with page=paginator.page %}page: {{ page }}{% endblocktrans %}) | {{ block.super }} {% else %} {{ category }} | {{ block.super }} {% endif %} {% endblock title %} {% block extra-css %} page-private-threads {% endblock extra-css %} {% block page-header %}
{% trans "Private threads are threads which only those that started them and those they have invited may see and participate in." %}
{% trans "You aren't participating in any private threads." %}
{% else %} {% trans "No threads matching specified criteria were found." %} {% endif %} {% endblock list-empty-message %}