[ 未读 ]
{% 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%}