{include file="header.html"} {title value=$layout.pagetitle}
{trans("Name:")}
|
{trans("ID:")} | {trans("Description:")} | {trans("Schemas:")} | {trans("Tariffs:")} |
{trans("Add promotion")}
|
{$promo.name}
|
({$promo.id|string_format:"%04d"}) | {$promo.description} | {$promo.scs|default:"-"} | {$promo.tariffs|default:"-"} |
{if $promo.disabled} {else} {/if}
|
|
{trans("There are no promotions in database.")}
|
|||||
{trans("Total:")}
|
{$listdata.total|default:"0"} |
{trans("Add promotion")}
|
|||