{% extends "base.html" %} {% block content %} {% include "stock/loc_link.html" with location=None %} {% if locations.all|length > 0 %}

Storage Locations

{% include "stock/location_list.html" with locations=locations %} {% endif %} {% if items|length > 0 %} {% include "stock/stock_table.html" with items=items %} {% endif %}
{% endblock %}