{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Manimaran | Help & Support

Help & Support

Total Queries

{{total}}

Total Resolved

{{resolved}}

Total Pending

{{pending}}

Support Listing

{% if sup_obj %} {% for help in sup_obj %} {% if help.status == 0 %} {% else %} {% endif %} {% if help.status == 1 %} {% else %} {% endif %} {% endfor %}
Sr. No. Email Subject Date Status Action
{{ forloop.counter }} {{help.user.email}} {{help.title}} {{ help.start_date| date:"d M Y"}}PendingCompleted View Message Send Message
{% else %}

No data found

{% endif %}
{% if sup_obj %}
{% endif %}
{% endblock %}