| {$LANG.DEAL_ITEM} | {$LANG.COUPON_SN} | {$LANG.COUPON_PWD} | {$LANG.COUPON_END_TIME} | {$LANG.COUPON_USE_TIME} | {$LANG.OPERATION} |
|---|---|---|---|---|---|
| {$coupon.deal_item.name} | {$coupon.sn} | {$coupon.password} | {if $coupon.end_time eq 0} {$LANG.NEVER_EXPIRED} {else} {function name="to_date" value=$coupon.end_time} {/if} | {if $coupon.confirm_time eq 0} {$LANG.NOT_USED} {else} {function name="to_date" value=$coupon.confirm_time} {/if} |
{if $coupon.sms_count lt app_conf("SMS_COUPON_LIMIT")}
{$LANG.SEND_COUPON_SMS} {/if} {if $coupon.mail_count lt app_conf("MAIL_COUPON_LIMIT")} {$LANG.SEND_COUPON_MAIL} {/if} {$LANG.VIEW} |