{% extends "forum/_section.html" %} {% load paginator %} {% load smileys %} {% load flag_user %} {% load filter_img %} {% block title %}forums - {{forum.name}} - {{thread.title}}{% endblock %} {% block breadcrumb %}» {{forum.name}} » {{thread.title}}{% endblock %} {% block section_content %}
Post Reply
{% if user.is_authenticated %}
{% if has_subscription %} Unsubscribe {% else %} Subscribe {% endif %}
{% endif %} {% show_paginator paginator page current_page request "post" %}
Post Reply
{% show_paginator paginator page current_page request "post" %}
{% endblock %}