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