2014-08-25 16:13:47 -07:00
|
|
|
{{#each networks}}
|
2018-02-19 13:12:01 +02:00
|
|
|
<section
|
|
|
|
id="network-{{id}}"
|
|
|
|
class="network name-{{slugify name}} {{#if serverOptions.NETWORK}}network-{{slugify serverOptions.NETWORK}}{{/if}} {{#unless status.connected}}not-connected{{/unless}} {{#unless status.secure}}not-secure{{/unless}}"
|
|
|
|
data-id="{{id}}"
|
2018-03-15 09:18:06 +00:00
|
|
|
data-uuid="{{uuid}}"
|
2018-02-19 13:12:01 +02:00
|
|
|
data-nick="{{nick}}"
|
|
|
|
data-options="{{tojson serverOptions}}"
|
2018-03-04 20:28:37 +02:00
|
|
|
role="region"
|
2018-02-19 13:12:01 +02:00
|
|
|
>
|
2018-03-04 20:28:37 +02:00
|
|
|
{{> chan}}
|
2014-08-25 16:13:47 -07:00
|
|
|
</section>
|
|
|
|
{{/each}}
|