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

{{ message }}

{% endif %} {% if show_form %}

Enter the subject and body of the news item.

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

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

{% endif %}
Subject:
Body of news item: {% include "cciw/message.html" %}

 
{% endif %} {% endblock %}