{% extends "base.html" %} {% block content %}

Set Locations

{% if message %} {% endif %}
Add New Location
Must be unique
Delete Selected
Select locations in table to delete
All Locations ({{ locations|length }})
{% if locations %}
{% for location in locations %} {% endfor %}
Code Size Description Action
{{ location.location_code }} {{ location.size or '-' }} {{ location.description or '-' }}
{% else %} {% endif %}
Edit Location
Click edit button in table to modify a location
Print Barcode
Select a location to print
Import CSV
Format: location_code, size, description
{% endblock %}