Polls
{% if questions %}
Here are the latest polls:
Poll
Close Time
{% for q in questions %}
{{ q.question_text }}
{{ q.close_time }}
{% endfor %}
{% else %}
No polls available!
{% endif %}