{% extends "stock/stock_app_base.html" %} {% load static %} {% load barcode %} {% load inventree_extras %} {% load plugin_extras %} {% load i18n %} {% block sidebar %} {% include "stock/location_sidebar.html" %} {% endblock sidebar %} {% block breadcrumb_tree %}
{% endblock breadcrumb_tree %} {% block heading %} {% if location %} {% trans "Stock Location" %}: {{ location.name }} {% else %} {% trans "Stock" %} {% endif %} {% endblock heading %} {% block actions %} {% if location %} {% admin_url user "stock.stocklocation" location.pk as url %} {% include "admin_button.html" with url=url %} {% endif %} {% settings_value "STOCKTAKE_ENABLE" as stocktake_enable %} {% if stocktake_enable and roles.stocktake.add %} {% endif %} {% mixin_available "locate" as locate_available %} {% if location and plugins_enabled and locate_available %} {% endif %} {% if barcodes %} {% if location %}{% trans "Description" %} | {{ location.description }} | |
{% trans "Location Path" %} | {{ location.pathstring }} | |
{% trans "Location Path" %} | {% trans "Top level stock location" %} | |
{% trans "Location Owner" %} | {{ location_owner }} {% if not user_owns_location %} {% trans "Read only" %} {% endif %} |
{% trans "Sublocations" %} | {{ location.children.count }} | |
{% trans "Stock Items" %} | {{ location.item_count }} | |
{% trans "Location Type" %} | {{ location.location_type }} |
{% trans "Stock Locations" %} | {{ loc_count }} | |
{% trans "Stock Items" %} | {{ stock_count }} |