{% extends 'voter/master2.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %} View Report Digital Voting
Constituencywise 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 %}