{% load gravatar %}
{% gravatar_img_for_me item.from_contact.as_addr 32 %}
{% include "partials/draft_header.html" with item=item editable=0 %}
{% include "partials/draft_header.html" with item=item editable=0 %}
{{ item.html|safe }} {% if item.has_attachments %}
{% include "partials/draft_sent_attachments.html" with item=item.get_attachments %}
{% endif %}