{% extends 'base.html' %} {% block content %}
| Leave Type | Balance |
|---|---|
| {% if is_rh %} Restricted Holiday (RH) {% else %} {{ bal.leave_type.name if bal.leave_type else '—' }} {% endif %} | {% if is_rh %} {{ rh_remaining }} {% else %} {{ bal.balance }} {% endif %} |
| No balances found. | |