{% extends 'base.html' %} {% block content %}
| # | Leave Type | Role | Department | Quota | Monthly Credit | Max Days | RH Limit | Join Cutoff | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ p.leave_type.name }} | {{ p.role.name if p.role else 'All' }} | {{ p.department.name if p.department else 'All' }} | {{ p.annual_quota }} | {% if p.monthly_credit %} Yes {% else %} No {% endif %} | {{ p.max_consecutive_days }} | {{ p.rh_consecutive_limit or '-' }} | {{ p.join_after_cutoff_month or '-' }} | |
| No policies defined. | |||||||||