{% extends 'admin/base_site.html' %} {% block title %}Tickets{% endblock %} {% block page_title %}Ticket Management{% endblock %} {% block nav_tickets %}active{% endblock %} {% block content %}
| Code | Attendee | Event | Status | Amount | Registered | Actions |
|---|---|---|---|---|---|---|
| {{ t.ticket_code }} |
{{ t.attendee.username }}
{{ t.attendee.email }}
|
{{ t.event.title|truncatechars:28 }} | {{ t.status|title }} | {% if t.amount_paid > 0 %} ₹{{ t.amount_paid }} {% else %} Free {% endif %} | {{ t.created_at|date:"M d, Y" }} |
|
| No tickets found. | ||||||