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

Help & Support Tickets

{% for ticket in ticket_obj %} {% empty %} {% endfor %}
ID User Name Title Description Status
{{ ticket.id }}
user {{ ticket.user.full_name }}
{{ ticket.title }} {{ ticket.description }} {% if ticket.status == "Accepted" %} Approved {% elif ticket.status == "Rejected" %}
Disapproved Rejection Reason
{% else %}
{% endif %}
No support tickets found.
{% if ticket_obj %} {% endif %}
{% endblock %}