{% extends 'base.html' %} {% block header %} Complain Detail {% load static %} {% endblock %} {% block content %}
{{ object.title }}

Complaint Posted By : {{ object.created_by }}

Location : {{ object.location }}

Time : {{ object.created_at }}

{{ object.description }}

SEND EMAIL REPORT

{% csrf_token %}
{% endblock %}