{% extends "website/base.html" %} {% block content %}
🛟

Support Tickets

Review and reply to client support requests.
All Open Pending Closed
📊 Support Analytics
{% for t in tickets %} {% empty %} {% endfor %}
ID Client Subject Status Created
{{ t.public_id }} {{ t.full_name }}
{{ t.phone }} {{ t.email }}
{{ t.subject }} {{ t.get_status_display }} {{ t.created_at|date:"M d, Y H:i" }} Open
No tickets.
{% endblock %}