{% extends "misago/threadslist/base.html" %} {% load i18n misago_shorthands misago_stringutils %} {% block title %} {% if list_name %} {{ list_name }} | {{ category }} | {{ 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 %} {% include "misago/threadslist/toolbar.html" with hide_categories=True %} {{ 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." context "private threads page" %}

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