{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 groups assigned to price list")} {if count($pricelist.group) > 50} {/if} {if isset($pricelist)} {foreach from=$pricelist.group item=group} {include file="voipaccount/voippricelisttablerow.html"} {/foreach} {/if}
{trans("Add group")}
{trans("Related groups:")}
{trans("Id")} {trans("Group name")} {trans("Price")} {trans("Number of units")}
{if !$pricelist.group}
{trans("No prefix groups assigned to tariff.")}
{/if}
{trans("Submit")} {trans("Cancel")}
{/block}