{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %}
+ 휴가 신청 {% if is_approver %} 승인 대기 {% if pending_count %}{{ pending_count }}{% endif %} {% endif %} 엑셀 {% if is_admin %} 설정 {% endif %}
{{ balance.total_days }} · 사용 {{ balance.used_days }} · 잔여 {{ balance.remaining_days }} {{ year }}년

{{ year }}년 {{ month }}월

오늘
{% for wd in weekdays %}
{{ wd }}
{% endfor %}
{% for week in weeks %}
{% for cell in week.days %} {{ cell.day }} {% endfor %}
{% for bar in week.bars %} {{ bar.label }} {% endfor %}
{% endfor %}
제출 승인 반려 취소
{% endblock %}