{% extends base %}
{% block head %}
{% end %}
{% block body_left %}
{% init tag_list = [] %}
{% include message/component/message_title.html %}
{% render message_tab_component %}
{% include common/date/month_picker.html %}
{% raw filter_tab.render() %}
{% include message/page/message_list_content.html %}
{% include message/component/message_edit.html %}
{% end %}
{% block body_right %}
{% include message/component/message_date_right.html %}
{% end %}