{trans("Select from list device for replacement")}
{cycle values="light,lucid" print=false} {if $netdevlist.total > 0} {section name=netdevlist loop=$netdevlist} {if $netdevlist[netdevlist].id}
{$netdevlist[netdevlist].name}
{$netdevlist[netdevlist].producer} / {$netdevlist[netdevlist].model}
{if $netdevlist[netdevlist].location}
{$netdevlist[netdevlist].location|truncate:60:"...":true}
{/if}
{/if} {/section} {else}
{trans("Net devices are missing.")}
{/if}
{trans("Cancel")}
{trans("Replace")}