{% load i18n %} {% load gravatar %} {% load hk_generic %} {% load tz %} {% is_message_new email.date as is_new %}
{% gravatar email.sender.address 120 %}
{% if is_new %}
{% endif %} {% if email.changed_subject %}
New subject: {{ email.changed_subject }}
{% endif %}
{{ email.content|snip_quoted|snip_pgp|wordwrap:90|urlizetrunc:76|escapeemaillinks }}
{% if unfolded and email.attachments.count %}

{% trans "Attachments:" %}

{% endif %}
{% include "hyperkitty/fragments/like_form.html" with message_id_hash=email.message_id_hash object=email %}
{% if user.is_authenticated %} {% trans "Reply" %} {% else %} {% trans "Reply" %} {% endif %} {% if not unfolded and email.attachments.count %} {% endif %} {% if user.is_authenticated %} {% endif %}