{% extends "misago/base.html" %} {% load i18n %} {% block meta-extra %} {% if list_page.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.level %} {% 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 %}