{% load i18n %} {% load gravatar %} {% load hk_generic %}
{{ email.subject|strip_subject:mlist }} {{ email.date|timesince }}
{% if use_mockups %}
{% include 'hyperkitty/threads/category.html' with category=email.category_hk category_form=email.category_form thread=email.thread %}
{% endif %}
{% include "hyperkitty/fragments/like_form.html" with message_id_hash=email.message_id_hash object=email %}
{% if email.tags.count %} {% trans "Tags:" %}
    {% for tag in email.tags.distinct %}
  • {{tag.name}}{% if not forloop.last %},{% endif %}
  • {% endfor %}
{% endif %}