{% extends 'base.html' %} {% block content %}

Preview Allocation (Post‑Freeze)

Leave Type: {{ leave_type.name }} ({{ leave_type.code }})
FY (label): {{ fy_label }}
Strategy: {{ strategy }}
Freeze till: {{ freeze_till }}
This is a dry run. No balances were changed.
{% for r in rows %} {% endfor %}
# Emp Code Employee Previous New Δ (New – Prev) Remark
{{ loop.index }} {{ r.emp_code }} {{ r.employee }} {{ r.previous }} {{ r.new }} {{ r.delta }} {{ r.remark }}
Back Apply Allocation
{% endblock %}