{% extends "cciw/forums/thread.html" %}
{% load standardpage %}
{% load forums %}
{% block thread_top %}
{{ introtext }}
{% if news_item %}
Results:
{{ polloption.text|bb2html }} | {{ polloption.total }} votes | {{ polloption.percentage }} |
{{ voting_message|escape }}
{% endif %} {% if show_vote_box %} {% poll_vote_box request topic poll 2 %} {% else %} {% if allow_voting_box %} {% endif %} {% endif %} {% if poll.can_anyone_vote %}Voting starts: {{ poll.voting_starts|date:"d M Y, h:i" }}
Voting ends: {{ poll.voting_ends|date:"d M Y, h:i" }}
Rules: {{ poll.verbose_rules }}
Voting closed.
{% endif %} {% if current_member %} {% if current_member.can_add_poll %} {% ifequal current_member poll.created_by %}