{% load url from future %} {% load gravatar %} {% load hk_generic %} {% load storm %}
{% if thread.unread %} {% endif %} {{ thread.starting_email.subject|strip_subject:mlist }} {{ thread|get_date|timesince }}
{% if thread.starting_email.sender_email %} {% gravatar thread.starting_email.sender_email 40 %}
{% endif %} {{ thread.starting_email.sender_name|escapeemail }}
{% include 'threads/category.html' with category=thread.category_hk category_form=thread.category_form threadid=thread.thread_id %}
{% if thread.tags|length %} Tags:
    {% for tag in thread.tags %}
  • {{tag.tag}}
  • {% endfor %}
{% endif %}
{{ thread.participants|length }} participants {{ thread|length }} comments {% include "messages/like_form.html" with message_id_hash=thread.starting_email.message_id_hash object=thread %} Show discussion