{% extends "cciw/standard.html" %} {% block content %} {% if message %}

{{ message }}

{% endif %} {% if show_form %}

Enter the subject and the first post of the new topic below.

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

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

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

 
{% endif %} {% endblock %}