{% extends 'admin/master.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %} Add EVM Votes
EVM votes
{% csrf_token %} {% for i in candidates %} {% endfor %}
Candidate ID Candidate Name EVM votes
{% for message in messages %}

{{message}}

{% endfor %}
{% for i in candidates %} {% endfor %} {% endblock content %}