{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| ID | User Name | Title | Description | Status |
|---|---|---|---|---|
| {{ ticket.id }} | {{ ticket.title }} | {{ ticket.description }} |
{% if ticket.status == "Accepted" %}
Approved
{% elif ticket.status == "Rejected" %}
Disapproved
{% else %}
|
|
| No support tickets found. | ||||