Departments List
{{ error }}
{% endif %}
S.No | Department Name | Superior Name | Created On | Status | Actions |
---|---|---|---|---|---|
{{each_department.snoCount}} | {{each_department.departmentName}} | {{each_department.superiorName}} | {{each_department.createdOn}} | {% if each_department.actionText == "Active" %} {{ each_department.actionText }} {% else %} {{ each_department.actionText }} {% endif %} |