{% load static %}

Voice Your Opinion

Join thousands of users in shaping decisions through democratic voting

{{ latest_question_list|length|default:0 }}
Active Polls
{% if latest_question_list %} {% with total=latest_question_list.0.choice_set.count %} {{ total|default:0 }} {% endwith %} {% else %} 0 {% endif %}
Total Choices
{% if latest_question_list %} {{ latest_question_list.0.total_votes|default:0 }} {% else %} 0 {% endif %}
Total Votes
Secure Voting

Every vote is protected and anonymous

Real-time Results

See live updates as people vote

Mobile Friendly

Vote from any device, anywhere

Available Polls

{% if latest_question_list %}
{% for question in latest_question_list %}
Poll #{{ forloop.counter }} NEW
{{ question.question_text }}
{{ question.choice_set.count }} options
{{ question.pub_date|date:"M d, Y" }}
{% endfor %}
{% else %}

No Polls Available Yet

Be the first to create a poll and start the conversation!

{% endif %}