{% extends "community/forum_base.html" %}
{% load paginator %}
{% load markup %}
{% block title %}{{ thread.title }} ({{ forum.title }}){% endblock %}
{% block billboard %}Thread: {{ thread.title }} ({{ forum.title }}){% endblock %}
{% block pagetitle %}{{ forum.title }} » {{ thread.title }}{% endblock %}
{% block breadcrumbs %}» {{ forum.title }} » {{ thread.title }} ({{ thread.object_list }} post{{ thread.object_list|pluralize }}){% endblock %}
{% block content %}
{% paginator 5 %}
|
Sorry, this thread is closed. No further replies are permitted.
{% else %} {% endif %} {% endif %} {% endblock %} {% block content-related %}