{% 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 %} {% endblock page-header %} {% block list-container %}

{% trans "Private threads are threads which only those that started them and those they have invited may see and participate in." %}

{{ block.super }} {% endblock list-container%} {% block thread %} {% include "misago/threadslist/thread.html" with hide_path=True %} {% endblock thread %} {% block list-empty-message %} {% if list_type == 'all' %}

{% trans "You aren't participating in any private threads." %}

{% else %} {% trans "No threads matching specified criteria were found." %} {% endif %} {% endblock list-empty-message %}