{% extends 'admin/master.html' %} {% load static %} {% block content %}
Report
{% 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}}%
{% endblock content %}