{extends file="admin-layout.tpl"} {block name="check-resource"}admin.coupon{/block} {block name="check-access"}view{/block} {block name="page-title"}{intl l='Coupon'}{/block} {block name="main-content"}
| {intl l='Title'} | {$TITLE} |
| {if $IS_ENABLED} {intl l="Is enabled"} {else} {intl l="Is disabled"} {/if} | |
| {$SUMMARY} | |
| {intl l='Amount'} | {$AMOUNT} |
| {intl l='Expiration date'} | {$EXPIRATION_DATE} ({$DAY_LEFT_BEFORE_EXPIRATION} {intl l="days left"}) |
| {intl l='Usage left'} | {if $USAGE_LEFT == -1} {intl l="Unlimited"} {elseif $USAGE_LEFT} {$USAGE_LEFT} {else} 0 {/if} |
| {if $IS_CUMULATIVE} {intl l="May be cumulative"} {else} {intl l="Can't be cumulative"} {/if} | |
| {if $IS_REMOVING_POSTAGE} {intl l="Will remove postage"} {else} {intl l="Won't remove postage"} {/if} | |
| {if $IS_AVAILABLE_ON_SPECIAL_OFFERS} {intl l="Will be available on special offers"} {else} {intl l="Won't be available on special offers"} {/if} | |
| {intl l='Application field'} |
|
| {$SHORT_DESCRIPTION} | |
| {$DESCRIPTION} | |
| {intl l='Edit'} | |