{% extends "base.html" %} {% load gravatar %} {% load hk_generic %} {% block additional_stylesheets %} {% endblock %} {% 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 %}