{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content} {$xajax}
{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}
![]() ![]() |
{include file="scroller.html" loop=$modellist} |
{trans("There are no models matching to defined filter or model list is empty")} {trans("Add new model")} |