{% extends "erp_base.html" %} {% block head_extra %} {% endblock %} {% 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 %}
{% endfor %}
{% if is_admin %} {% endif %} {% endblock %}