Re: {{reply.topic.subject}}
{{ topic.htmlfrombbcode|safe }}
{% with topic as rtopic %} {% include 'dinette/attachement_frag.html' %} {% endwith %}{% extends 'dinette/base.html' %} {% block title %} {{ topic.subject }} - {{ block.super }} {% endblock %} {% block content %} {% load thumbnail %} {% load pagination_tags %} {% autopaginate reply_list reply_page_size %}
{% get_site_name %} » {{ topic.category.name }} » {{ topic.subject }} {% if not topic.is_closed %} {% if user.is_authenticated %} Post Reply {% else %} (Login to Post Reply) {% endif %} {% endif %} {% if reply_list.has_next %} Next {% endif %} {% if reply_list.has_previous %} Previous {% endif %}
{{ topic.htmlfrombbcode|safe }}
{% with topic as rtopic %} {% include 'dinette/attachement_frag.html' %} {% endwith %}