{%extends "base/page.html"%} {%block title%}Survey Results: {{survey}}{%endblock%} {%block contents%}

Survey Results

The current results of our {{survey}} survey are:

{%for a in survey.completeanswers%} {%endfor%}
Answer Responses Percentage
{{a.option}} {{a.votes}} {{a.votespercent}}%
Total {{survey.totalvotes}}

This survey was posted {{survey.posted|date}}.

Other Surveys

{%endblock%}