{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% load staticfiles %} {% block head_title %} {{ subject }} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block content %}
{% include 'hyperkitty/fragments/month_list.html' %}
{% if use_mockups %}
{% include 'hyperkitty/threads/category.html' %}
{% endif %} {% with prev_thread=thread.prev_thread next_thread=thread.next_thread %}
{% if next_thread %} {% endif %}

{{ subject }}

{% endwith %}
{% include 'hyperkitty/messages/message.html' with email=starting_email unfolded='True' %}

{% if sort_mode == "date" %} {% trans "Show replies by thread" %} {% else %} {% trans "Show replies by date" %} {% endif %}

{% if is_bot %} {% include 'hyperkitty/ajax/replies.html' %} {% else %} {% trans 'Loading...' %} {% endif %}
{% include 'hyperkitty/threads/right_col.html' %}
{% endblock %} {% block additionaljs %} {% endblock %}