{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {%block tag %}results{% endblock %} {% block content %}
Here below are presented the results of the election {{ election.election_name }} from {{ election.election_year }}.
{% if results %}Name | Votes | Image | |
---|---|---|---|
{{ loop.index }} | {{ candidate.candidate_name }} | {{ votes }} |
|
No results found for this election.
{% endif %} {% endblock %}