{% extends "layouts/base.html" %} {% load static %} {% block title %}Department Details{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

Department Details

Details of the selected department.

Department Information

Name: {{ department.name }}

Description: {{ department.description }}

Created By: {{ department.created_by.username }}

Created At: {{ department.created_at }}

{% endblock %}