{%extends "page.html"%} {%block title%}{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}{%endblock%} {%block contents%} {%if not msg.hiddenstatus%}

{{msg.subject}}

{%endif%} {% include '_message.html' with msg=msg lists=lists %}
{%endblock%}