{% extends 'voter/master2.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %} View Report Digital Voting
{% csrf_token %}
{% for i in report %} {% endfor %}
Electors Voters Poll
Male Female Others Total Male Female Others Total Male Female Others Total
{{i.electors_male}} {{i.electors_female}} {{i.electors_others}} {{i.electors_total}} {{i.voters_male}} {{i.voters_female}} {{i.voters_others}} {{i.voters_total}} {{i.poll_male}}% {{i.poll_female}}% {{i.poll_others}}% {{i.poll_total}}%
{% for message in messages %}

{{message}}

{% endfor %}
{% endblock content %}