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

{{ 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 %}