{% load i18n %} {% load hk_generic %} {% if threads %}
{% for thread in threads %}

{% if thread|is_unread_by:request.user %} {% endif %} {{ thread.subject|strip_subject:mlist }}

{{ thread.date_active|date:"D M j, g:i a" }}
  • {{ thread.participants_count }}
  • {{ thread|num_comments }}
  • {% with votes=thread.get_votes %} {{ votes.likes }} {{ votes.dislikes }} {% endwith %}
{% endfor %} {% trans "All Threads" %}
{% elif empty %}

{{ empty }}

{% endif %}