{% extends "ui/templates/base/layout.html" %} {% block content %}

Leave Types

Configure branch-wise leave masters such as CL, SL, EL and LOP.

Add Leave Type

{% for row in rows %}{% else %}{% endfor %}
CodeNameQuotaRulesStatusEdit
{{ row.code }}{{ row.name }}{{ row.annual_quota_days }}{{ 'Approval' if row.requires_approval else 'Auto approve' }} · {{ 'Paid' if row.is_paid else 'Unpaid' }}{% if row.allow_negative_balance %} · Negative allowed{% endif %}{{ 'Active' if row.is_active else 'Inactive' }}
Edit
No leave types found.
{% endblock %}