{% extends "base.html" %} {% load static %} {% block title %}Booking Tags - {{ booking.booking_id }}{% endblock %} {% block content %}
| Service Type | Category | Item | Quantity |
|---|---|---|---|
| {{ service|capfirst }} | {{ category|capfirst }} | {% endif %}{{ item.item_name }} | {{ item.item_quantity }} |
| Service Type | Category | Item | Quantity |
|---|---|---|---|
| {{ service|capfirst }} | {{ category|capfirst }} | {% endif %}{{ item.item_name }} | {{ item.item_quantity }} |
| Service Type | Category | Item | Quantity |
|---|---|---|---|
| {{ service|capfirst }} | {{ category|capfirst }} | {% endif %}{{ item.item_name }} | {{ item.item_quantity }} |
| Tag ID | Item | Color | Status | Description | Actions |
|---|---|---|---|---|---|
| {{ tag.tag }} |
{{ tag.garment.name }} {{ tag.service.service_name }} / {{ tag.category.name }} |
{{ tag.color|default:"-" }} | {% if tag.is_damaged %} Damaged {% else %} OK {% endif %} | {{ tag.damage_description|default:"-" }} |
|
| No tags found for this booking. | |||||