{% extends "stock/stock_app_base.html" %} {% load static %} {% block content %}
Part | {{ item.part.name }} |
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 }} |