{% if msg.date and msg.time %}
{{msg.weekday()}} | {{msg.str_date()}} | {{msg.str_time()}}
{% endif %} {% if msg.reply %}{{msg.reply}}
{% endif %}
{% if msg.signed_msg() %}
{{ msg.signed_msg() }}
{% endif %}
{% if context %}
{% endblock%}