| {intl l='Title'} |
{$TITLE} |
| {intl l='Expiration date'} |
{$EXPIRATION_DATE} |
| {intl l='Usage left'} |
{if $USAGE_LEFT}
{$USAGE_LEFT}
{else}
0
{/if}
|
| {$SHORT_DESCRIPTION} |
| {$DESCRIPTION} |
|
{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}
|
| {intl l='Amount'} |
{$AMOUNT} |
| {intl l='Application field'} |
{foreach from=$APPLICATION_CONDITIONS item=rule name=rulesForeach}
{if !$smarty.foreach.rulesForeach.first}
- {intl l='And'}
{/if}
- {$rule nofilter}
{/foreach}
|
| {intl l='Actions'} |
{intl l='Edit'}
{intl l='Enabled'}
|