{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Leave Type | Total Leave | Spent Leave | Leave Balance | Year | |
---|---|---|---|---|---|
{{ in_out.0 }} | {{in_out.1}} | {{ in_out.3 }} | {{ in_out.4 }} | {{ in_out.2}} | |
{{ in_out.0 }} | {{in_out.1 |floatformat:2}} | {{ in_out.3 }} | {{ in_out.4 |floatformat:2 }} | {{ in_out.2}} | |
EL | 0 | {{spent_leave}} | {% if spent_leave %}-{{spent_leave}} | {% else %}0 | {% endif %}{{year}} |