{% extends "stock/stock_app_base.html" %} {% load static %} {% load inventree_extras %} {% load i18n %} {% block content %} {% setting_object 'STOCK_OWNERSHIP_CONTROL' as owner_control %} {% if owner_control.value == "True" %} {% authorized_owners location.owner as owners %} {% if location and not user in owners and not user.is_superuser %}
{{ location.description }}
{% else %}{% trans "All stock items" %}
{% endif %}{% trans "Location Path" %} | {{ location.pathstring }} | |
{% trans "Location Description" %} | {{ location.description }} | |
{% trans "Sublocations" %} | {{ location.children.count }} | |
{% trans "Stock Items" %} | {{ location.item_count }} |
{% trans "Stock Locations" %} | {{ loc_count }} | |
{% trans "Stock Items" %} | {{ stock_count }} |