{% load i18n misago_absoluteurl misago_avatars %}
  • {% if thread.starter_id %} {% else %} {% endif %}
    {% if user.is_authenticated %}
    {% if thread.is_read %}
    {% else %}
    {% endif %}
    {% endif %}
    {% if thread.starter_id %} {% else %} {% endif %}
    {% if thread.is_closed or thread.is_hidden or thread.is_unapproved or thread.weight > 0 or thread.best_answer or thread.has_poll %}
    {% include "misago/thread_flags.html" %}
    {% endif %} {% if thread.category != category %} {% endif %}
    {% include "misago/thread_replies.html" %}
    {% if thread.last_poster_id %} {% else %} {% endif %}
    {% if thread.last_poster_id %} {% else %} {% endif %}
    {% if list_type == "watched" %}
    {% endif %}