{% extends "base.html" %} {% load static %} {% block title %}Tag Management{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Booking ID | Customer Name | Total Quantity | Actions |
|---|---|---|---|
| {{ booking.booking_id|default:'-' }} |
{{ booking.user.first_name }} {{ booking.user.last_name }}
{{ booking.contact_mobile }} |
{{ booking.total_quantity }} |