{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content} {$xajax}

{trans("Price lists")}

{trans("Create")} / {trans("Edit")}
{trans("Price list:")}   {trans("load")}   {trans("delete")}
{trans("Name:")} {if isset($pricelist.id)} {/if}
{trans("Description:")}
{trans("Prefix group prices")} {if !empty($pricelist.group) && count($pricelist.group) > 50} {/if}
{trans("Add group")}
{if isset($pricelist)} {foreach $pricelist.group as $group} {include file="voipaccount/voippricelisttablerow.html"} {/foreach} {/if}
{trans("Prefix groups")}
{trans("ID")} {trans("Name")} {trans("Price")} {trans("Unit size")}
{trans("No prefix groups assigned to tariff.")}
{trans("Submit")} {trans("Cancel")}
{/block}