{% extends "admin.html" %} {% block headtitle %}Votes - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
{% if votes %} {% for vote in votes %} {% endfor %}
Name Type Start End
{{ vote }} {{ vote.get_voting_type_display }} {{ vote.start_time }} {{ vote.end_time }} Manage Questions ({{ vote.get_questions.count }}) Send Reminder View Votes
{% else %}

No links found.

{% endif %}

Back to Meetings

{% endblock %}