{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% load staticfiles %} {% block title %} {{ subject }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'hyperkitty/threads/month_list.html' %}
{% include 'hyperkitty/threads/category.html' %}
{% 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 %}