{% extends base %} {% block body_left %} {% init show_back = True %} {% init created_notes = [] %}
月度计划
{% if show_back %} {% include common/button/back_button.html %} {% end %}
{% include common/date/month_picker.html %}
关注
{% for item in record.notes %} {{item.name}}
{% end %}
创建
{% for item in created_notes %} {{item.name}}
{{item.badge_info}}
{% end %}
{% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}