mirror of
https://github.com/thelounge/thelounge
synced 2025-01-05 09:08:41 +00:00
12 lines
397 B
Smarty
12 lines
397 B
Smarty
{{#each networks}}
|
|
<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}}"
|
|
data-nick="{{nick}}"
|
|
data-options="{{tojson serverOptions}}"
|
|
role="region"
|
|
>
|
|
{{> chan}}
|
|
</section>
|
|
{{/each}}
|