{% extends "forum/fbase.html" %} {% block sidebar %} {% endblock %} {% block content %} {% load staticfiles %} {% ssi "/home2/bogotob1/www/dj/static/forum/script/google_bogo1_ad.html" %}
{{ forum_title }} : {{ thread_title }}

<< back to list of topics
{% for post in posts.object_list %}
{% with post.profile_data as pdata %} {% if pdata.1 %}
{% endif %} {{ post.creator }}
Posts: {{ pdata.0 }}
Joined: {{ post.creator.date_joined|date:"M d Y" }} {% endwith %}
{{ post.title }}
by {{ post.creator }} | {{ post.created }}

{{ post.body|linebreaksbr }}
{% endfor %}
{% if threads.object_list and threads.paginator.num_pages > 1 %} {% endif %}
Reply
{% ssi "/home2/bogotob1/www/dj/static/forum/script/google_bogo1_ad.html" %} {% endblock %}