{% extends "misago/base.html" %} {% load humanize i18n misago_avatars misago_dates misago_shorthands %} {% block content %}
{% block threads-list %}
{% block threads-panel %}
    {% for thread in threads %}
  • {% if thread.is_pinned %} {% if thread.is_read %} {% else %} {% endif %} {% else %} {% if thread.is_read %} {% else %} {% endif %} {% endif %} {% if thread.is_read %} {% else %} {% endif %} {{ thread }}
    {% block thread-extra %}
    {% if threads_actions %} {% endif %} {% block thread-stats %} {{ thread.last_post_on|compact_date|lower }} {% if thread.last_poster_id %} {% trans {% else %} {% trans {% endif %} {% if thread.is_read %} {% elif thread.is_new %} {% else %} {% endif %} {% if show_threads_locations %} {% endif %}
      {% block thread-flags %} {% if thread.has_open_reports and thread.forum_id in user.acl.can_see_reports %}
    • {% endif %} {% if thread.has_moderated_posts and not thread.is_moderated and thread.forum_id in user.acl.can_review_moderated_content %}
    • {% endif %} {% if thread.is_poll %}
    • {% endif %} {% if thread.is_moderated %}
    • {% endif %} {% if thread.is_closed %}
    • {% endif %} {% if thread.is_hidden %}
    • {% endif %} {% if thread.label %}
    • {{ thread.label }}
    • {% endif %} {% endblock thread-flags %}
    {% endblock thread-stats %}
    {% endblock thread-extra %}
  • {% empty %}
  • {% block no-threads %}{% endblock no-threads %}
  • {% endfor %}
{% endblock threads-panel %}
{% endblock threads-list %}
{% endblock content %} {% block javascripts %} {{ block.super }} {% if user.acl.can_see_reports %} {% endif %} {% if user.acl.can_review_moderated_content %} {% endif %} {% endblock javascripts %}