{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Branches{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

← Back to Admin

Branch Manager

Create Branch

Switch Branch

Sales, inventory, and analytics will reflect the selected branch.

All Branches

{% for b in branches %} {% else %} {% endfor %}
NameLocationStatusCreated
{{ b[1] }} {{ b[2] }} {% if current_branch_id == b[0] %}Current{% else %}Active{% endif %} {{ b[4] }}
No branches yet.
{% endblock %}