{##} {{ partial("header/header") }} 消息
未读({{ num }}) 已读
清空全部
{#
#} {%if data != null%} {%for message in data%} {%if message['readtype'] == 'N'%}
[ 未读 ] 
{% if message['type'] =='warning'%}{%elseif message['operability'] =='Y' %} {%else%} {%endif%}{{ message['title'] }}
{%elseif message['readtype'] == "Y"%}
[ 已读 ] 
{% if message['type'] =='warning'%}{%elseif message['operability'] =='Y' %} {%else%} {%endif%}{{ message['title'] }}
{%endif%}
{{ message['content'] }}
{% if message['structure'] is not empty %}
{{date("Y.m.d H:i",message['created'])}}
查看详情
{% endif %}
{%endfor%} {%endif%}
{% if num >= 30 %}
已经没有了
{% endif %}
{{ partial("foorter/footer") }}