{extends file='../layouts/member_index.html'} {block name=body}
{foreach from=$list item=m}
{'withdaw_config'|element:$m}
{$m.amount}{'suf'|currency}{_('%s个月')|sprintf:$m.month}
{'%Y-%m-%d %H:%i:%s'|mdate:$m.time_add}
{foreachelse}
{_('没有升级记录!')}
{/foreach}
{/block} {block name=end}{/block}