{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %}

공휴일 ({{ year }})

{% for h in holidays %} {% else %} {% endfor %}
날짜이름종류빨강
{{ h.holiday_date }} {{ h.name }} {{ h.kind }} {% if h.is_red %}●{% else %}○{% endif %}
등록된 공휴일이 없습니다.

연차 잔여 ({{ year }})

{% for b in balances %} {% else %} {% endfor %}
이메일연차사용메모
{{ b.user_email }} {{ b.total_days }} {{ b.used_days }} {{ b.memo }}
설정된 연차가 없습니다.

사용 일수는 승인된 휴가 합계로 자동 계산됩니다.

{% endblock %}