{% extends "base.html" %}{% block title %}Branches{% endblock %}{% block page_title %}Branch Management{% endblock %} {% block content %}
Add and deactivate Al Wattan Medical Group branches without changing historical OVR records.
| Code | Branch | Status | |
|---|---|---|---|
| {{ branch.code }} | {{ branch.name }} {{ branch.address or '' }} | {{ 'Active' if branch.is_active else 'Inactive' }} |