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