{% extends "base.html" %} {% block title %}Branches{% endblock %} {% block content %}
| Name | Code | Location | Phone | Status | |
|---|---|---|---|---|---|
| {{ branch.name }} | {{ branch.code|default:"-" }} | {{ branch.location|default:"-" }} | {{ branch.contact_phone|default:"-" }} | {% if branch.is_active %}Active{% else %}Inactive{% endif %} | Edit |
| No branches. | |||||