{if $datas==null}
您还没有课表信息
{else}
课表
{volist name='datas' id='data'}

{$data.name} {$data.starttime}

{/volist}
{/if}