{% extends 'base.html' %} {% block content %}
| ID | Name | Code | Quota | Flags | Remarks | Actions |
|---|---|---|---|---|---|---|
| {{ lt.id }} | {{ lt.name }} | {{ lt.code }} | {{ lt.default_quota }} | {% if lt.allow_half_day %}Half-Day{% endif %} {% if lt.requires_approval %}Approval{% endif %} {% if lt.carry_forward %}Carry Fwd{% endif %} {% if lt.encashable %}Encash{% endif %} {% if lt.sandwich_applicable %}Sandwich{% endif %} {% if lt.probation_restricted %}Probation{% endif %} | {{ lt.remarks or '' }} | ✏️ Edit |
| No leave types found. | ||||||