{{ date }} {{ read_after }} {% if let Some(reply_anchor) = reply_anchor %} {% match reply_anchor %} {% when ReplyAnchorKind::InThread %} {% when ReplyAnchorKind::TopLevel %} {% endmatch %} {% endif %} {{ sender }}

{% if is_deleted %} This message was deleted from the conversation! {% endif %} {% if let Some(subject) = subject %}

Subject: {{ subject }}

{% endif %} {% if let Some(shareplay) = shareplay %} {{ shareplay|safe }} {% endif %} {% if let Some(shared_location) = shared_location %} {{ shared_location|safe }} {% endif %} {% for part in parts %} {{ part|safe }} {% endfor %} {% if trailing_reply_context %} This message responded to an earlier message. {% endif %}
{# trailing newline; askama strips one #}