{% endif %}
{% if req.status == '반려' and req.reject_reason %}
반려 사유
{{ req.reject_reason }}
{% endif %}
{% if is_approver and req.status == '제출' %}
{% endif %}
◀◀ 달력
{% if is_owner and req.status in ('작성중', '반려') %}
{% endif %}
{% if req.status != '취소' and (is_owner or is_admin) %}
{% endif %}
{% if can_edit %}
수정
{% endif %}