{%extends "base.html"%}
-{%block title%}{{msg.subject}}{%endblock%}
+{%block title%}{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}{%endblock%}
{%load pgfilters%}
{%block extrahead%}
<script type="text/javascript">
</script>
{%endblock%}
{%block contents%}
-<h2>{{msg.subject}}</h2>
+<h2>{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}</h2>
<table class="message">
<tr>
<th>From:</th>
{%endif%}
<tr>
<th>Subject:</th>
- <td>{{msg.subject}}</td>
+ <td>{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}</td>
</tr>
<tr>
<th>Date:</th>
{%extends "base.html"%}
-{%block title%}{{msg.subject}}{%endblock%}
+{%block title%}{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}{%endblock%}
{%load pgfilters%}
{%block extrahead%}
<meta name="robots" content="noindex" />
</script>
{%endblock%}
{%block contents%}
-<h2>{{msg.subject}}</h2>
+<h2>{%if not msg.hiddenstatus%}{{msg.subject}}{%endif%}</h2>
{%for m in allmsg %}
<div class="msgwrap">
<a name="{{m.messageid|urlencode}}"></a>
{%endif%}
<tr>
<th>Subject:</th>
- <td>{{m.subject}}</td>
+ <td>{%if not msg.hiddenstatus%}{{m.subject}}{%endif%}</td>
</tr>
<tr>
<th>Date:</th>