{% extends "partials/base.html" %} {% load static %} {% block content %}
{% block title %} {% include "partials/title.html" with title="Department" text="Dashboard" textone="HRM" texttwo="Department" %} {% endblock title %}

Department List

{% for record in departments %} {% endfor %}
ID Department Status Action
{{record.ID}} {{record.Department}} {{record.Status}}
{% endblock content %}