{% extends "stock/stock_app_base.html" %} {% load static %} {% load inventree_extras %} {% load i18n %} {% block menubar %} {% include "stock/location_navbar.html" %} {% endblock %} {% block content %}
{% trans "All stock items" %}
{% endif %} {% else %} {% trans "Stock" %} {% 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 }} |