{%if messages['rows'] != null%}
{%for item in messages['rows']%}
{%if item['structure'] != null%}
{{item['title']}}{%else%}{{item['title']}}{%endif%}
{%if item['type'] == "warning"%}
{%endif%}
{{item['sendtime']}}
{{item['content']}}
{%endfor%}
{%endif%}