{% extends 'base.html' %} {% load static %} {% block content %}
| PCB Name | Quantity | Date | Location |
|---|---|---|---|
| {% if pcb.component %} {{ pcb.component.title }} {% else %} – {% endif %} | {{ pcb.pcb_quantity }} | {{ pcb.pcb_date }} | {% if pcb.location %} {{ pcb.location.warehouses.warehouseName }} – R{{ pcb.location.raf }} K{{ pcb.location.kutu }} {% else %} – {% endif %} |
| No delivered PCBs found yet. | |||