{% 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 %} 제출 승인 반려 취소 {{ selected_date }} {{ sel_requests|length }}건 {% if sel_requests %} {% for r in sel_requests %} {{ r.owner_name or r.owner }} {% set badge = 'erp-badge-neutral' %} {% if r.status == '승인' %}{% set badge = 'erp-badge-success' %} {% elif r.status == '제출' %}{% set badge = 'erp-badge-inverse' %} {% elif r.status == '반려' %}{% set badge = 'erp-badge-danger' %}{% endif %} {{ r.status }} {{ r.vacation_type }} · {{ r.days }}일 · {{ r.start_date }}{% if r.end_date != r.start_date %} ~ {{ r.end_date }}{% endif %} {% if r.reason %}{{ r.reason }}{% endif %} {% endfor %} {% else %} 선택한 날짜의 휴가가 없습니다. 휴가 신청 {% endif %} {% endblock %}
선택한 날짜의 휴가가 없습니다. 휴가 신청