{% extends 'base.html' %} {% block content %}
| Complaint Number | {{i.complaint_number}} | Complainant Name | {{ i.userregid.admin.first_name }} {{ i.userregid.admin.last_name }} | Reg Date | {{i.complaintdate_at}} | |||||
| Category | {{i.cat_id.catname}} | SubCategory | {{i.subcategory_id.subcatname}} | Complaint Type | {{i.complainttype}} | |||||
| State | {{i.stateid.statename}} | Nature of Complaint | {{i.noc}} | |||||||
| Complaint Details | {{i.complaindetails}} | |||||||||
| File(if any) | {% if i.compfile == '' %}NA | {% else %}View File | {% endif %}||||||||
| Final Status | {% if i.status == '0' %} Not Processed Yet {% elif i.status == 'Inprocess' %} In Process {% elif i.status == 'Closed' %} Closed {% endif %} | |||||||||
| S.No | Remark | Status | Updation Date | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ remark.remark }} | {{ remark.status }} | {{ remark.remarkdate }} | |||||||
{% endif %}