{% load forums %} {% if show_form %}
{{ poll.title }} {{ poll.intro_text|bb2html }}
    {% for polloption in poll.poll_options.all %}
  •  
  • {% endfor %}
{{ poll.outro_text|bb2html }}
{% else %}
{% if message %}
{{ message }}
{% endif %} {% if login_link %}« Log in to vote »{% endif %}
{% endif %}