{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% load forums %} {% block content %}
Select from the list of topics below by clicking on the topic name.
{% if object_list %}There are no topics yet in this forum.
{% endif %} {% if forum.open %}» Add new topic
{% if current_member %}
{% if current_member.can_add_news %}
» Add news item
{% endif %}
{% if current_member.can_add_poll %}
» Add poll
{% endif %}
{% endif %}