{% extends "stock/stock_app_base.html" %} {% load static %} {% block content %} {% load qr_code %}
{{ item.quantity }} × {{ item.part.name }}
| Part | {{ item.part.name }} |
| UUID | {{ item.uuid }} |
| Belongs To | {{ item.belongs_to }} |
| Location | {{ item.location.name }} |
| Serial | {{ item.serial }} |
| Quantity | {{ item.quantity }} |
| Batch | {{ item.batch }} |
| Customer | {{ item.customer.name }} |
| URL | {{ item.URL }} |
| Supplier Part | {{ item.supplier_part.SKU }} |
| Updated | {{ item.updated }} |
| Stocktake | {{ item.stocktake_date }} {{ item.stocktake_user }} |
| Status | {{ item.get_status_display }} |
| Notes | {{ item.notes }} |