{% extends "misago/base.html" %} {% load i18n %} {% block meta-extra %} {% if paginator.previous > 1 %} {% elif paginator.first %} {% endif %} {% if paginator.next %} {% endif %} {% endblock meta-extra %} {% block content %}
{% block page-header %} {% endblock page-header %}
{% block list-container %} {% if subcategories %}
{% endif %}
{% block threads-list %}
    {% for thread in threads %} {% block thread %} {% include "misago/threadslist/thread.html" %} {% endblock thread %} {% empty %}
  • {% block list-empty-message %} {% if list_type == 'all' %}

    {% if category.depth %} {% trans "There are no threads in this category." %} {% else %} {% trans "There are no threads on this forum... yet!" %} {% endif %}

    {% trans "Why not start one yourself?" %}

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