{% extends "base.html" %} {% block title %}Branches{% endblock %} {% block content %}

Branches

{% for branch in branches %} {% empty %} {% endfor %}
NameCodeLocationPhoneStatus
{{ branch.name }} {{ branch.code|default:"-" }} {{ branch.location|default:"-" }} {{ branch.contact_phone|default:"-" }} {% if branch.is_active %}Active{% else %}Inactive{% endif %} Edit
No branches.
{% endblock %}