{% extends 'base.html' %} {% load static %} {% block title %}Departments - HR - Optinet Global Links{% endblock %} {% block content %}
Name | Manager | Employees | Status | Actions |
---|---|---|---|---|
{{ department.name }}
{% if department.description %}
{{ department.description|truncatewords:10 }} {% endif %} |
{% if department.manager %} {{ department.manager.full_name }} {% else %} No manager assigned {% endif %} | {{ department.employee_count }} employees | {% if department.is_active %} Active {% else %} Inactive {% endif %} |