{% extends 'constellation_base/base.html' %} {% load get_item %} {% block title %}Results{% endblock%} {% block content %} {% load guardian_tags %}
This poll does not have a summation mechanism defined, results cannot be tabulated!
{% else %}This poll is summed using the {{ poll.MECHANISMS|get_item:poll.mechanism|get_item:"name" }} mechanism. A total of {{ num_votes }} votes have been cast. The results are as follows:
Final Results:
Thank you for voting! This poll has private results which you do not have permission to view.
{% endif %}