{% extends "base.html" %} {% load gravatar %} {% load hk_generic %} {% load storm %} {% block content %}
{% for thread in neighbors %} {% if thread %} {{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} {% endif %} {% endfor %}

{{ subject }}

{% include 'threads/right_col.html' %}
{% include 'messages/first_email.html' %} {% for email in replies %}
{% include 'messages/message.html' %}
{% endfor %}
{% endblock %} {% block additionaljs %} {% endblock %} {# vim: set noet: #}