{% extends "page_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block page_title %} {% if location %} {% inventree_title %} | {% trans "Stock Location" %} - {{ location }} {% else %} {% inventree_title %} | {% trans "Stock" %} {% endif %} {% endblock page_title %} {% block sidenav %}
{% trans "Loading..." %}
{% endblock sidenav %} {% block breadcrumbs %} {% if item %} {% include 'stock/loc_link.html' with location=item.location %} {% else %} {% include 'stock/loc_link.html' with location=location %} {% endif %} {% endblock breadcrumbs %}