{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
{{total}}
{{resolved}}
{{pending}}
| Sr. No. | Subject | Date | Status | Action | |||
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{help.user.email}} | {{help.title}} | {{ help.start_date| date:"d M Y"}} | {% if help.status == 0 %}Pending | {% else %}Completed | {% endif %} {% if help.status == 1 %}{% else %} | Send Message | {% endif %}
No data found
{% endif %}