{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * SPDX-License-Identifier: MPL-2.0 *}

Conference List:

{{ commName }}
{{ if len(conferences) > 0 }} {{ range i, c := conferences }}
🟣
{{ c.Name }} - Latest activity: {{ DisplayActivity(c.LastUpdate, .) }} {{ if newflag[i] }} 🔔 {{ end }}
{{ if len(c.Hosts) == 1 }} Host: {{ else }} Hosts: {{ end }} {{ if len(c.Hosts) > 0 }} {{ range j, u := c.Hosts }} {{ if j > 0 }}, {{ end }} {{ u }} {{ end }} {{ else }} None {{ end }}
{{ c.Description }}
{{ end }} {{ else }}
No conferences in this community.
{{ end }}
Find Posts {{ if canManage }} Manage {{ end }} {{ if canCreate }} Create New {{ end }}

About Conferences: Conferences are discussion areas within this community. Click on a conference name to view topics and participate in discussions.