{% extends base %} {% block head %} {% end %} {% block body_left %} {% include message/component/message_title.html %} {% init month_size = 0 %} {% include message/component/message_tab_log.html %} {% include common/date/month_picker.html %} {% include message/component/message_edit.html %}
按标签查看
按月查看
{{ month_size }}
{% if len(message_list) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for folder in message_list %} {{folder.title}}
{{ len(folder.item_list) }}
{% end %}
{% end %} {% block body_right %} {% include message/component/message_date_right.html %} {% end %}