{% 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

{{ locations|length }} total

{% for l in locations %} {% else %} {% endfor %}
NameAddressActive
{{ l.name }} {{ l.address or '-' }} {% if l.is_active %} Active {% else %} Inactive {% endif %}
No locations
{% endblock %}