{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% load bootstrap3 %} {% block app_js_vars %} var option_count = {{ object.options.count }}; {% endblock %} {% block content %}
{{ vote_count }} vote(s) have been cast
{% if can_vote %} {% if has_voted %}You have already voted in this poll. Resubmitting the form will change your vote.
{% endif %}Voting as {{ voter_email }} -- Do NOT share this url
{% load crispy_forms_tags %}You do not have permission to vote in this Event.
No options are available.
{% endif %}