{% load i18n misago_avatars misago_capture %}
  • {% if not thread.is_read %} comment {% trans "New posts" %} {% endif %} {% if thread.weight == 2 %} bookmark {% trans "Pinned globally" %} {% elif thread.weight %} bookmark_border {% trans "Pinned locally" %} {% endif %} {% if thread.is_unapproved %} remove_circle {% trans "Unapproved" %} {% elif thread.has_unapproved_posts and thread.acl.can_approve %} remove_circle_outline {% trans "Unapproved posts" %} {% endif %} {% if thread.category != category %} {{ thread.category.name }} {% endif %} {{ thread.last_post_on|date }} {% if thread.last_poster_id %} {{ thread.last_poster_name }} {% else %} {{ thread.last_poster_name }} {% endif %}
    {% if thread.category != category %} {% endif %} {% if thread.is_hidden %} visibility_off {% endif %} {% if thread.is_closed %} lock_outline {% endif %} {% if thread.has_poll %} assessment {% endif %} forum {% blocktrans trimmed count replies=thread.replies %} {{ replies }} reply {% plural %} {{ replies }} replies {% endblocktrans %} {{ thread.last_post_on|date }} {% if thread.last_poster_id %} {{ thread.last_poster_name }} {% else %} {{ thread.last_poster_name }} {% endif %}