{% 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 %}
{% paging_control %}
{% for topic in object_list %} {% endfor %}
Topic Started {% sorting_control "aca" "dca" "Click to sort by date started, oldest first" "Sort by date started, newest first" %} Posts {% sorting_control "apc" "dpc" "Click to sort by number of posts, ascending" "Sort by number of posts, descending" %} Last post {% sorting_control "alp" "dlp" "Click to sort by date of last post, oldest first" "Sort by date of last post, newest first" %} Status
{% if topic.created_at %}{{ topic.created_at|date:"d M Y h:i" }}
{% endif %} {% if topic.started_by_id %}{% memberlink %}{{ topic.started_by_id }}{% endmemberlink %}{% endif %}
{{ topic.post_count }} {% if topic.last_post_at %}{{ topic.last_post_at|date:"d M Y h:i" }}
{% endif %} {% if topic.last_post_by_id %}{% memberlink %}{{ topic.last_post_by_id }}{% endmemberlink %}{% endif %}
{% if topic.open %}Open{% else %}Closed{% endif %}
{% paging_control %}
{% else %}

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 %}

{% endif %} {% endblock %}