{% extends 'admin/master.html' %} {% load static %} {% block content %}
Result
{% csrf_token %}
{% for i,j in result %} {% endfor %}
Candidate Party Online Votes EVM Votes Total Votes % of Votes
{{i.candidate_name}} {{i.candidate_party}} {{i.online_votes}} {{i.evm_votes}} {{i.total_votes}} {{j}}
Total {{totalonline}} {{totalevm}} {{totalvotes}}
{% endblock content %}