{% extends 'admin_layout_two.html' %} {% load static %} {% block content %} Beni | Help & Support

Help & Support

{{ total }}

Total Query

{{ resolved }}

Total Resolved

{{pending}}

Total Pending

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