diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 929dd7baf8..45743bbd5d 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -32,6 +32,27 @@

+ {% if location %} +

Location Details

+ + + + + + + + + + + + + + + + + +
Location Path{{ location.pathstring }}
Location Description{{ location.description }}
Sublocations{{ location.children.count }}
Stock Items{{ location.item_count }}
+ {% endif %}