{% if this.get_mailable_type().attach_to_email %} {{_("Please see the attached file.")}}
{{_("Subject:")}} {{this.get_mailable_subject()}}
{{_("Sender:")}} {{this.user}} {% else %}

{{this.get_mailable_subject()}}

{{body}} {% endif %}