{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% load forums %} {% block content %} {% block thread_top %}{% endblock %}
{% paging_control #comments %}
{% if news_item or photo or poll %} {% else %} {% if topic %} {% endif %} {% endif %} {% if object_list %} {% for post in object_list %} {% endfor %} {% else %} {% endif %}
{% if photo %}{% tag_summary_list for photo %} {% add_tag_link for photo %}{% endif %} {% if topic %}{% tag_summary_list for topic %} {% add_tag_link for topic %}{% endif %} Comments {% tag_summary_list for topic %} {% add_tag_link for topic %}

{{ topic.subject|escape }}

From Message
{% membericon %}{{ post.posted_by_id }}{% endmembericon %} {% memberlink %}{{ post.posted_by_id }}{% endmemberlink %}
{% if post.hidden %} {% if moderator %}
HIDDEN {% else %}
HIDDEN (awaiting moderator approval) {% endif %} {% endif %} {% if moderator %} Edit this post {% endif %}
{% tag_summary_list for post %} {% add_tag_link for post %} {% if post.subject %}
{{ post.subject|escape }}
{% endif %} {{ post.message|bb2html }}
There are no posts yet here.
{% paging_control #comments %}
{% if show_message_form %} {% if not has_next %}

Add message:

{% include "cciw/errors.html" %} {% include "cciw/msgpreview.html" %} {% if preview %}

Make any changes below, and choose 'Preview' again or 'Post'.

{% endif %}
Message: {% include "cciw/message.html" %}

 
{% endif %} {% else %} {% if not has_next %} {% if login_link %}
Login to post a message.
{% endif %} {% endif %} {% endif %} {% block thread_bottom %}{% endblock %} {% endblock %}