{% load mail_viewer_tags %}

{{ subject }}

From: {{ sender }};
To: {{ to }}
CC: {{ message.cc }}
BCC: {{ message.bcc }}
Sent on: {{ message.date }}
Content-Type: {% display_message_attribute message 'Content-Type' %}
Message-ID: {% display_message_attribute message 'Message-ID' %}