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

{$layout.pagetitle}

{trans("Producers")}
{if $producerinfo.alternative_name}{$producerinfo.alternative_name}{/if} {if $listdata.pid} {trans( {trans( {/if}
{trans("Add producer")}

{if $modellist} {if $listdata.total != 0} {/if} {cycle values="lucid,light" print=false} {section name=modellist loop=$modellist start=$start max=$pagelimit} {assign var="modelid" value=$modellist[modellist].id} {/section} {if $listdata.total != 0} {/if}
{trans("Model list")} {trans("Total:")} {$listdata.total}
{include file="scroller.html" loop=$modellist}
{trans("Name")} {trans("Alternative name")} {trans("Network devices")} {trans("Add model")}
{$modellist[modellist].name} {$modellist[modellist].alternative_name} {if $modellist[modellist].netdevcount}{$modellist[modellist].netdevcount}{/if} {if !$modellist[modellist].netdevcount} {/if}
{include file="scroller.html" loop=$modellist}
{/if} {if !$modellist && $listdata.pid}

{trans("There are no models matching to defined filter or model list is empty")}

{trans("Add new model")}

{/if} {/block}