{% if not jQuery.isEmptyObject(data) %}
| {{ __("Leave Type") }} | {{ __("Total Allocated Leaves") }} | {{ __("Expired Leaves") }} | {{ __("Used Leaves") }} | {{ __("Leaves Pending Approval") }} | {{ __("Available Leaves") }} |
|---|---|---|---|---|---|
| {%= key %} | {%= value["total_leaves"] %} | {%= value["expired_leaves"] %} | {%= value["leaves_taken"] %} | {%= value["leaves_pending_approval"] %} | {%= value["remaining_leaves"] %} |
{{ __("No leaves have been allocated.") }}
{% endif %}