Department: {{ user.department.name }}
Abbreviation: {{ user.department.abbreviation or 'N/A' }}
Head Status:
{% if user.is_department_head %}
Yes
{% else %}
No
{% endif %}
{% if user.department.description %}
Description: {{ user.department.description }}
{% endif %}