{* * Amsterdam Web Communities System * Copyright (c) 2025 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 *}

Community Profile:

{{ commName }}
{{ commName }} community logo
Community created:
{{ dateCreated }}
{{ if isset(dateLastAccess) }}
Last accessed:
{{ dateLastAccess }}
{{ end }} {{ if isset(dateLastUpdate) }}
Profile last updated:
{{ dateLastUpdate }}
{{ end }}
{{ if isset(canJoin) }} {{ end }} {{ if isset(canInvite) }} {{ end }}
{{ if public }}
Public Community
{{ else }}
Private Community
{{ end }} {{ if isset(categories) }}
Category: {{ range i := categories }} {{ if i > 0 }}: {{ end }} {{ .Name }} {{ end }}
{{ end }}
{{ if isset(description) }}
{{ description }}
{{ end }}
Location:
{{ if isset(company) }}
{{ company }}
{{ end }} {{ if isset(addr1) }}
{{ addr1 }}
{{ end }} {{ if isset(addr2) }}
{{ addr2 }}
{{ end }}
{{ addrLast }}
{{ if isset(country) }}
{{ country }}
{{ end }}
{{ if isset(language) || isset(rules) || isset(homePage) }}
{{ if isset(language) }}
Primary Language: {{ language }}
{{ end }} {{ if isset(rules) }}
Standards of Conduct: {{ rules }}
{{ end }} {{ if isset(homePage) }}
Homepage: {{ homePage }}
{{ end }}
{{ end }}

About This Community: {{ if public }} This is a public community open to all users of the {{ GlobalConfig.Site.Title }} site. You can join discussions in the conferences, view member lists, and participate in community activities. {{ else }} This is a private community, open by invitation only. You can only participate if you have been invited by one of the community hosts. {{ end }}