{% extends "base.html" %} {% load i18n forum %} {% block content %} {% render_parent_list thread.get_parent_list %}

{{ thread }}

{% if thread.is_locked %}

This thread is locked!

{% endif %} {% if not can_reply %}

You cannot reply to this post.

{% endif %} {% if form %} {% render_reply_form thread form %} {% endif %} {% endblock %}