{% with previous=object|get_previous_for:request.user %}
{% if previous %}
Previous
{% endif %}
{% endwith %}
{% with next=object|get_next_for:request.user %}
{% if next %}
Next
{% endif %}
{% endwith %}
{{ object.subject }}
From: {{ object.email_from|urlize }}
To: {{ object.to|urlize}}
Date: {{ object.date_created|date }}
{{ object.body_text|urlize }}