Departments

Departments List
{% if error %}

{{ error }}

{% endif %}
{% for each_department in departmentsList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
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 %}