{include file="header.html"}

{$layout.pagetitle}

{$channel.name} ({$channel.id|string_format:"%04d"})
{t}Downceil:{/t} {$channel.downceil} kbit/s ({t}night:{/t} {if $channel.downceil_n}{$channel.downceil_n|default:0} kbit/s{else}{t}not defined{/t}{/if})
{t}Upceil:{/t} {$channel.upceil} kbit/s ({t}night:{/t} {if $channel.upceil_n}{$channel.upceil_n|default:0} kbit/s{else}{t}not defined{/t}{/if})
{t}Edit{/t} {t}Delete{/t}

{t}Devices:{/t}
{cycle values="light,lucid" print=false} {foreach from=$channel.devices item=item} {foreachelse} {/foreach} {if $channel.freedevices} {/if}
{t}Name:{/t} {t}ID:{/t} {t}Location:{/t}  
{$item.name} ({$item.id|string_format:"%04d"}) {$item.location} [ {t}Delete{/t} ]

 

{t}No devices associated with this channel.{/t}

 

{t}Add:{/t} {t}Add{/t} [ {t}Add{/t} ]
{include file="footer.html"}