{extends file='../layouts/member_index.html'} {block name=body}
{include file='../blocks/btn.html'}
{form_open('','method="get" id="myServerSearchForm" class="form-inline m-b-none" data-pjax data-load="1"')} {include file='../blocks/search_adv.html'} {form_close()}
{foreach from=$list item=m} {foreachelse} {/foreach}
{_('云主机编号')} {_('流量')} {_('扣费')} {_('时间')}
#{$m.order_sn} {'net_all'|element:$m|mem_format:2} {'amount'|element:$m} {'suf'|currency} {if 'amount_detail'|element:$m gt $m.amount} {/if} {if $m.status_pay eq 1} {else}{/if} {'%Y-%m-%d %H'|mdate:$m.time_hour}
{_('您还没有流量记录!')}
{if $html_page} {/if}
{/block}