{% extends 'vote/dark-layout.html' %} {% block content %}

Results

{% for question in questions %} Posted {{ question.pub_date }}

{{ question.question_text }}

Total

{{ question.total_votes }}

In Favor

{{ question.yes_votes }}

Opposed

{{ question.no_votes }}

{% endfor %}
{% endblock %}