{% extends '__layout__.html' %} {% block title %}{{message.subject}}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{message.subject}}

To: {{reciever.username}}

{{sender.username}}
{{sender.username}}

{{created}} UTC

{% for line in messagelines: %} {% if line.strip() != '' %}

{{line}}

{%else%}
{%endif%} {% endfor %}
Back to messages {% if sender.id != currentuser.id %} Reply {% endif %}
{% endblock %}