{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% load bootstrap3 %} {% block app_js_vars %} const OPTION_COUNT = {{ object.options.count }}; const MIN_SELECTIONS = {{ min_selection }}; const MAX_SELECTIONS = {{ max_selection }}; const POLL_COUNT = {{ poll_count }}; const POLL_NUM = {{ poll_num }}; var selectedCount = 0; {% endblock %} {% block content %}
{{ poll_num}}
{{ cant_vote_reason }}