{% extends "erp_base.html" %} {% block head_extra %} {% endblock %} {# ── 아사나식 프로젝트/서브프로젝트 재귀 트리 ── #} {% macro proj_tree(nodes, active_id, can_edit, depth) %} {% endmacro %} {% block topbar_actions %} notifications {% if can_manage %} {% endif %} {% endblock %} {% block content %}

{{ 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 %}
{% if is_admin %} {% endif %} {% endblock %}