{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} {/if} {trans('Filter devices by name')} {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} {/if} {/section} {else} {/if}
{$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}

{trans("Net devices are missing.")}

{/if}