{% extends "/tm/base.html" %} {% block title %}The Time Machine!{% endblock%} {% block mainbar%}{%endblock%} {% block body%}
{% 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 %}
{% if (context|first).date != msg.date %}
{{(context|first).str_next_date()}}
{% endif%} {% for text in context%} {% if text == msg %}
{% else %}
{%endif%}
{{text.name}}:
{{text.str_time()}}
{% if text.next_date and text.date != text.next_date %}
{{text.str_next_date()}}
{% endif %} {% endfor %} {% if master_length > rpp * page%}
{% endif %}
{% endif %}
{% endblock%}