{% extends "layout.html" %} {% block body %}
Voting ends at: {{ valid_for }}
{% include "questions.html" %}


{% if form.vote_style == 'closed' %}

You can only vote once!
{% endif %}

{% endblock %}