{% extends "base.html" %} {% load i18n static %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ date|date:"r" }}
{{ from }}
{{ to }}
{% if cc %}{{ cc }}
{% endif %}{{ subject }}
{{ body|linebreaks }}
{% trans 'Content Type' %}: {{ attachment.type }}
{% trans 'Name' %}: {{ attachment.name }}
{% if attachment.type != 'text/html' %}
{% trans 'View Attachment' %}
{% endif %}
{% if attachment.content %} {% trans 'Content' %}: