{% extends "website/base.html" %} {% block content %} 🛟 Support Tickets Review and reply to client support requests. All Open Pending Closed 📊 Support Analytics ID Client Subject Status Created {% for t in tickets %} {{ 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 {% empty %} No tickets. {% endfor %} {% endblock %}