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

Edit the poll details below. Please note, you can either:

But do not do more than one of the above at once!

{% else %}

Enter the poll details below. A new topic will be created for this poll.

{% endif %} {% if form.errors %}
Please check your input:
{% endif %}
{{ form.as_p }}
{% endblock %}