{% extends "base.html" %} {% load static %} {% block title %}{{ department.name }} - Department Details{% endblock %} {% block content %}
{{ department.get_department_type_display }}
{{ department.staff_count }} View Staff
{{ department.contact_number|default:"Not provided" }}
{% if department.email %} {{ department.email }} {% else %} Not provided {% endif %}
{{ department.location|default:"Not specified" }}
{{ department.working_hours|default:"Not specified" }}
{{ department.created_at|date:"F j, Y" }}
{{ department.updated_at|date:"F j, Y" }}
| Resource | Category | Quantity | Status |
|---|---|---|---|
| {{ resource.name }} | {{ resource.category }} | {{ resource.quantity }} {{ resource.unit }} | {{ resource.get_status_display }} |
{{ department.department_head.designation }}