{% extends "base.html" %}{% block title %}Departments{% endblock %}{% block page_title %}Department Management{% endblock %} {% block content %}
Departments are branch-specific and drive report routing, visibility, and action ownership.
| Branch | Code | Department | Status | |
|---|---|---|---|---|
| {{ department.branch.code }} | {{ department.code }} | {{ department.name }} | {{ 'Active' if department.is_active else 'Inactive' }} |