{% extends 'voter/master2.html' %} {% block title %} complain {% endblock title %} {% load static %} {% block content %} {% csrf_token %} Digital Voting
{% csrf_token %}
{% for message in messages %}

{{message}}

{% endfor %}
Reply of complain
{% for i in reply %} {% endfor %}
Complain ID Your Complain Complain Reply
{{i.id}} {{i.complain}} {{i.complain_reply}}
{% endblock content %}