{% extends "base.html" %} {% load static %} {% block content %} {% include "stock/loc_link.html" with location=None %} {% if locations.all|length > 0 %}
Part | Location | Stock | Status | Stocktake | |
---|---|---|---|---|---|
{{ item.part.name }} | {% if item.location %} {{ item.location.pathstring }} {% endif %} | {{ item.quantity }} | {{ item.status }} | {{ item.stocktake_date }} | Click |