{include file="language.html"}
::: LMS :{if $layout.pagetitle != ""} {$layout.pagetitle} :{/if}::
{include file="jquery.html" language=Localisation::getCurrentHtmlLanguage() lms_language=Localisation::getCurrentUiLanguage()}
{if $js}{/if} {if !$part}
{/if} {if $part == 'top'}
{trans("Select net devices to add")}
{/if} {if $part == 'bottom'}
{trans("Cancel")}
{if $netdevlist.total > 0}
{trans("Check All")}
{/if}
{trans("Add")}
{/if} {if $part == 'main'}
{cycle values="light,lucid" print=false} {if $netdevlist.total > 0} {section name=netdevlist loop=$netdevlist} {if $netdevlist[netdevlist].id}
{$netdevlist[netdevlist].name}
{if $netdevlist[netdevlist].location}
{$netdevlist[netdevlist].location|truncate:60:"...":true} {/if}
{if $netdevlist[netdevlist].producer}
{$netdevlist[netdevlist].producer} / {$netdevlist[netdevlist].model} {/if}
{/if} {/section} {else}
{trans("Net devices are missing.")}
{/if}
{/if}