{% load humandate %} {% load gravatar %}
{% gravatar_img_for_me item.draft.from_contact.as_addr 32 %}
{{ item.draft_holder.formset.management_form }} {% include "partials/draft_header.html" with item=item.draft_holder.draft editable=1 %}
{% for body_fragment_holder in item.draft_holder.body_fragment_holders %}
{% if not forloop.first and body_fragment_holder.body_fragment.quoted %}
{{ body_fragment_holder.body_fragment.quoted_for_rendering|safe }}
{% endif %} {{ body_fragment_holder.form.id }} {{ body_fragment_holder.form.body }} {% if not forloop.last or body_fragment_holder.body_fragment.is_signature %}
{% if not body_fragment_holder.body_fragment.is_decoration %} {% endif %}
{% if not forloop.first and not forloop.last %} Remove {% endif %} {% if not forloop.last %} Add another (⌘↩) {% endif %}
{% endif %}
{% include "partials/draft_attachments.html" with item=body_fragment_holder.attachments %}
{% endfor %} {% if item.mail_message.has_real_attachments %}
{% endif %}