{% extends base %} {% block body_left %} {% include message/component/message_title.html %} {% include message/component/message_tab_task.html %} {% include message/component/message_sub_link.html %} {% if message_tag == "calendar" %} {% include common/date/month_picker.html %} {% end %}
{% if len(tag_list) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for tag_item in tag_list %} {% if tag_item.is_marked %} 置顶 {% end %} {{ tag_item.name }}
{{ tag_item.amount }}
{% end %}
{% end %} {% block body_right %} {% include message/component/message_date_right.html %} {% end %}