{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| Ticket Id | User Name | Date & Time | Title | Status | Action | |||
|---|---|---|---|---|---|---|---|---|
| # {{help.ticket_id}} | {{help.user.name}} | {{help.user.email}} | {{ help.start_date| date:"d M Y"}} | {{help.title}} | {% comment %} | Resolve | {% endcomment %} {% if help.status == 1 %}{% else %} | Send Message | {% endif %}
No data found
{% endif %}