{%extends "base/page.html"%} {%block title%}Survey Results: {{survey}}{%endblock%} {%block contents%}
The current results of our {{survey}} survey are:
Answer | Responses | Percentage |
---|---|---|
{{a.option}} | {{a.votes}} | {{a.votespercent}}% |
Total | {{survey.totalvotes}} |
This survey was posted {{survey.posted|date}}.