{% load i18n misago_absoluteurl misago_avatars misago_capture %}
  • {% if user.is_authenticated %} {% 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 %}
      {% if thread.weight == 2 %}
    • bookmark
    • {% endif %} {% if thread.weight == 1 %}
    • bookmark_outline
    • {% endif %} {% if thread.best_answer %}
    • check_circle
    • {% endif %} {% if thread.has_poll %}
    • poll
    • {% endif %} {% if thread.is_closed %}
    • lock
    • {% endif %} {% if thread.is_hidden %}
    • visibility_off
    • {% endif %}
    {% endif %} {% if thread.category != category %} {% endif %}
    chat_bubble_outline {% if thread.replies > 980 %}{{ thread.replies_in_ks }}{% else %}{{ thread.replies }}{% endif %}
    {% if thread.last_poster_id %} {% else %} {% endif %}
    {% if list_type == "subscribed" %}
    {% endif %}