{% extends "stock/stock_app_base.html" %} {% load static %} {% load inventree_extras %} {% load i18n %} {% block sidebar %} {% include "stock/location_sidebar.html" %} {% endblock %} {% block details_left %} {% if location %}
{{ location.description }}
{% else %}{% trans "Top level stock location" %}
{% endif %}{% trans "Description" %} | {{ location.description }} | |
{% trans "Sublocations" %} | {{ location.children.count }} | |
{% trans "Stock Items" %} | {{ location.item_count }} |
{% trans "Stock Locations" %} | {{ loc_count }} | |
{% trans "Stock Items" %} | {{ stock_count }} |