{% extends "base.html" %} {% load user_tags %} {% load news_tags %} {% block content %} {% include 'users/nav.html' %}
{% include 'messages/nav.html' %}

{{ subject }}

{% for reply in replies %}

{{ reply.sender }} at {{ reply.date_sent|date:"g:iA, N j, Y" }}

{{ reply.body|bbcode2html|safe }}

{% endfor %}

1000

{{ reply_form.body }}
{% endblock %}