{% extends base.html %} {% block head %} {% end %} {% block body %}
{% include common/title/base_title.html %}
{% include common/date/month_picker.html %}
{% render toolbar_tab %}
{% init show_calendar = True %} {% if show_calendar %}
{% for head in calendar_heads %} {% end %} {% for row in calendar_rows %} {% for cell in row %} {% end %} {% end %}
{{head.date_info}}
{{cell.date_number}}
{{cell.date_info}}
{% end %} {% include plan/page/month_plan_stared.html %}
{% render events_tab %}
{% include message/page/message_list_content.html %} {% if tab == "note_create" %}
{% set-global files = created_notes %} {% include note/component/note_list_no_card.html %}
{% end %} {% if tab == "note_update"%}
{% set-global files = updated_notes %} {% include note/component/note_list_no_card.html %}
{% end %} {% if tab == "message" %} {% end %} {% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}