{extends file='../layouts/member_index.html'} {block name=body}
{include file='../blocks/btn.html'}
{foreach from=$list item=$m name=coupon}
{if $m.discount > 1} {currency('pre')}{$m.discount}{currency('psf')} {else} {(1-$m.discount) * 10}{_('%s折')|sprintf:''} {/if}
{if $m.need eq 0}[{_('无满减要求')}]{else}[{_('满%s元可使用')|sprintf:$m.need}]{/if}
{mdate('%Y-%m-%d',$m.time_start)} - {mdate('%Y-%m-%d',$m.time_end)}
{_('限产品')}:{strip_tags(implode(',',$m.scene_arr))}
{_('限用途')}: {$m.usable_str}
{_('券编号')}:{$m.sn}
{_('立即使用')}
{/foreach}
{if $html_page}
{$html_page}
{/if}
{_('温馨提示')}
1. {_('本站代金券仅用于支付本站平台订单支付时,抵减应支付的订单金额,不能进行兑现或其他用途')}
2. {_('代金券有满减、次数限制、支付场景等属性时,请依照属性使用')}
3. {_('代金券失效后,未使用的余额无法使用')}
4. {_('使用代金券支付的订单,发生退款时,代金券支付的部分不予返还')}
5. {_('代金券必须在有效期内使用,过期后,代金券自动失效,您可在已失效代金券中查看')}
{/block}