{% 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 }} | |
| Last Updated | {{ item.updated }} | |
| Last Stocktake | {% if item.stocktake_date %}{{ item.stocktake_date }} {{ item.stocktake_user }} | {% else %}No stocktake performed | {% endif %}
| Status | {{ item.get_status_display }} | |
| Notes | {{ item.notes }} |