{% extends "polls/event_detail_base.html" %} {% load staticfiles %} {% load bootstrap3 %} {% block event_nav_polls %}active{% endblock %} {% block event_content %} {% if object.polls.all %} {% for poll in object.polls.all %}
Minimum Number of Option Selections: {{ poll.min_num_selections }}. Maximum Number of Option Selections: {{ poll.max_num_selections }}.
No polls are available for this Event.
{% endif %} {% if is_organiser %} Add Poll {% endif %} {% endblock %}