{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load static %} {% load gravatar %} {% block head_title %} {{ subject }} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block additional_og %} {% for tag in thread.tags.distinct %} {% endfor %} {% endblock %} {% block content %}
{% with prev_thread=thread.prev_thread next_thread=thread.next_thread %}
{% if next_thread %} {% trans "newer" %}
{{ next_thread.subject|strip_subject:mlist|truncatesmart:"35" }} {% endif %}

{{ subject }}

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

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

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