{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Branches{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Sales, inventory, and analytics will reflect the selected branch.
| Name | Location | Status | Created |
|---|---|---|---|
| {{ b[1] }} | {{ b[2] }} | {% if current_branch_id == b[0] %}Current{% else %}Active{% endif %} | {{ b[4] }} |
| No branches yet. | |||