{extend name="main"} {block name="style"} {/block} {block name="header"} {include file="module/top_nav" container="container-xl"/} {include file="module/header_concise"/} {/block} {block name="body"}
{notempty name="Data"} {volist name="Data" id="v"}
{$v.start_time|date="Y/m/d"}
{$v.view}
{/volist}
{$Data->render()|raw}
{else/}
暂无数据
{/notempty}
{/block} {block name="footer"} {include file="module/footer"/} {include file="module/login"/} {/block} {block name="script"} {/block}