{% extends 'admin/master.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %}
Reply to complain
{% for i in complain %} {% endfor %}
Complain ID Voter ID Complain
{{i.id}} {{i.voterid_no}} {{i.complain}}

Reply Complain

{% csrf_token %}
{% for i in complainid %} Replied to Complain ID {{i}} {% endfor %}
{% for message in messages %}

{{message}}

{% endfor %}
{% endblock content %}