{% extends "shopyo_base/module_base.html" %} {% set active_page = 'inventory' %} {% block pagehead %}Locations{% endblock %} {% block sidebar %}{% include 'inventory/blocks/sidebar.html' %}{% endblock %} {% block module_content %}

Locations / Warehouses

{% for l in locations %} {% else %} {% endfor %}
NameAddressActiveActions
{{ l.name }}{{ l.address or '-' }}{{ 'Yes' if l.is_active else 'No' }} Stock
No locations
{% endblock %}