{php include $this->template($template.'/_header')}
优惠券列表 我的优惠券
{if $list}
{loop $list $item} {/loop}
{else}
没有找到任何优惠券:)
{/if}
{$pager}
{php include $this->template($template.'/_footer')}