{% 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 %}