{extends file='../layouts/member_index.html'} {block name=body}
{form_open('','id="renewForm" class="form-parsley form-horizontal m-b-none" target="iframeNew"')}

{_('选择续费时长')}

{foreach from=$renew_config item=m key=month} {/foreach}
{_('优惠金额')}:0{'suf'|currency} {_('需支付')}:0{'suf'|currency}
{form_hidden('submit',1)} {_('放弃')}
{form_close()}
{/block}