## Page template for confirming if a device shall be deleted ## ## This page lists all channel configurations that are associated ## with the device and will also be deleted

This action will also delete the following channels

Channels of $device.Name: #foreach ($channel in $device.getChannels()) #end
Device name Description Active
$device.Name $!device.Description #if ( $device.Disabled )
#else
#end
Label Description Active Unit Logging #if($showLinks)Action#end
$channel.Label $!channel.Description #if ( $channel.Disabled )
#else
#end
$!channel.getUnit() #if ( $channel.LoggingInterval ) $channel.LoggingInterval ms #end
Are you sure you want to delete ${device.Name}?