{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% block content %}

Events

{% if object_list %}
{% for event in object_list %} {% endfor %}
Event Duration No. Polls Actions Status
{{ event.title }} {{ event.duration }} {{ event.polls.count }}
{{ event.status }}
{% else %}

There are currently no events.

{% endif %}
{% endblock %}