{% extends 'simple_forums/base.html' %} {% load simple_forums %} {% block page_title %}{{ thread.title }}{% endblock %} {% block content %}
{{ message.time_created }}
There are no replies to this thread.
{% endif %} {% endwith %} {% if reply_form %}You must be logged in to reply.
{% endif %} {% endblock %}