{% extends "misago/threads/base.html" %} {% load i18n misago_stringutils %} {% block title %}{% trans "Private threads" %}{% if page.number > 1 %} ({% blocktrans with page=page.number %}Page {{ page }}{% endblocktrans %}){% endif %} | {{ block.super }}{% endblock title %} {% block content %} {{ block.super }} {% endblock content %} {% block threads-panel %}
{% include "misago/threads/paginator.html" %} {% include "misago/threads/sort.html" %} {% include "misago/threads/show.html" %} {% include "misago/privatethreads/start_btn.html" %}
{{ block.super }}
{% include "misago/threads/paginator.html" %} {% include "misago/privatethreads/start_btn.html" %}
{% endblock threads-panel %} {% block thread-flags %}
  • {% endblock thread-flags %} {% block no-threads %} {% if filtering.is_active %} {% trans "No threads matching criteria exist, or you don't have permission to see them." %} {% trans "See all threads" %} {% else %} {% trans "You are not participating in any private threads." %} {% endif %} {% endblock no-threads %} {% block javascripts %} {{ block.super }} {% endblock javascripts %}