{% 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." context "threads list empty" %}
{% else %}
{% trans "There are no threads on this site yet." context "threads list empty" %}
{% endif %}
{% else %}
{% trans "No threads matching specified criteria were found." context "threads list empty" %}