{% extends "employee_information/base.html" %} {% block pageContent %}
# | Department Name | Description | Status | Action |
---|---|---|---|---|
{{ department.id }} | {{ department.name }} | {{ department.description }} | {% if department.status == 1 %} Active {% else %} Inactive {% endif %} |