{% load i18n %} {% translate "Print" %}

From: {{ object.from_field }}

Date: {{ object.creation_date }}

To: {{ object.to }}


Subject: {{ object.subject }}

{{ object.content|safe|linebreaks }}



{% if object.signature %}

{{ object.signature.content|safe|linebreaks }}

{% endif %}