{include file="header.html"} {$xajax} {title value=$layout.pagetitle help="netdeviceproducerinfo" link="{fontimg src='list'} {trans('Lista producentów')}  {fontimg src='img/add.gif'} {trans('Dodaj model')}"} {box style="padding:5px"} {section name=modellist loop=$modellist} {assign var="idek" value=$modellist[modellist].id} {/section}
{trans("ID")} {trans("Nazwa")}
{trans("Nazwa alternatywna")}
{trans("Kod EAN")} {trans("Powiązanych
interfejsów")}
{trans("Powiązanych
terminali")}
{trans("")}
{$modellist[modellist].id|string_format:"%04d"} {$modellist[modellist].name} {if $modellist[modellist].alternative_name}
{$modellist[modellist].alternative_name}{/if}
{$modellist[modellist].ean} {if $modellist[modellist].netdevcount}{$modellist[modellist].netdevcount}{/if} {if $modellist[modellist].nodecount}{$modellist[modellist].nodecount}{/if} {if $modellist[modellist].active} {fontimg src="access" show="1" class="model_access"} {else} {fontimg src="noaccess" show="1" class="model_access"} {/if} {fontimg src='delete' show='1'} {fontimg src='edit' show='1'}
{literal} {/literal} {/box} {include file='footer.html'}