{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Kila Kolis | Tickets

Tickets

Tickets

{% if sup_obj %} {% for help in sup_obj %} {% comment %} {% endcomment %} {% if help.status == 1 %} {% else %} {% endif %} {% endfor %}
Ticket Id User Name Email Date & Time Title Status Action
# {{help.ticket_id}} {{help.user.name}} {{help.user.email}} {{ help.start_date| date:"d M Y"}} {{help.title}} Resolve View Message Send Message
{% else %}

No data found

{% endif %}
{% if sup_obj %}
{% endif %}
{% comment %} {% endcomment %} {% endblock %}