{% extends "admin_panel/base_page.html" %} {% load static %} {% block title %} Departments {% endblock %} {% block head %} {% endblock %} {% block content %}
{% if departments %} {% for department in departments %} {% endfor %} {% endif %}
Icon Name Description Status Action
depimg {{ department.title }} {{ department.description }} {% if department.status %} Active {% else %} In-Active {% endif %} Edit Delete
{% endblock %} {% block script %} {% endblock %}