{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")} ![]() |
{$model.name} | {$model.alternative_name} | {if $model.netdevcount}{$model.netdevcount}{/if} |
{foreach $model.customlinks as $link}
{if isset($link.icon)}![]() ![]() |
{include file="scroller.html" loop=$modellist} |
{trans("There are no models matching to defined filter or model list is empty")} {trans("Add new model")} |