Create branches and assign partner/users for each branch.
| Branch | Status | Partners | Users | Clients | Login / Assignment | Storage / SMTP |
|---|---|---|---|---|---|---|
{{ branch.name }} {{ branch.code }}{% if branch.is_head_office %} > Head Office{% endif %} |
{% if branch.is_active %}Active{% else %}Inactive{% endif %} | {{ branch.partner_count }} | {{ branch.user_count }} | {{ branch.client_count }} | Login: {{ 'Allowed' if branch.allow_login else 'Blocked' }} Assignments: {{ 'Allowed' if branch.allow_new_assignments else 'Blocked' }} |
Storage: {{ branch.local_storage_path or 'Not set' }} SMTP: {{ 'Configured' if branch.smtp_configured else 'Pending' }} |
| No branches found. Create the first branch from System Settings. | ||||||