{% load standardpage %} {% load forums %}
From {{ obj.started_by_id }}, at {{ obj.created_at|date:"d M y, h:i" }}:

{{ obj.subject }}

{% if obj.news_item_id %} {% if obj.news_item.full_item %} {{ obj.news_item.full_item|standard_subs }} {% else %} {{ obj.news_item.summary|bb2html }} {% endif %} {% else %} {% if obj.poll_id %} {{ obj.poll.intro_text|bb2html }} {{ obj.poll.outro_text|bb2html }} {% else %} {% ifnotequal obj.post_count 0 %} {{ obj.posts.all.0.message|bb2html }} {% endifnotequal %} {% endif %} {% endif %}
view topic