{* * 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 *}

Topics in {{ conferenceName }}


{{ if isset(topBlock) }}
{{ topBlock | raw }}
{{ end }}
Conference List {{ if canCreate }} Add Topic {{ end }} {{ if isset(urlReadNew) }} Read New {{ end }} Find {{ if !isAnon }} Manage {{ end }} {{ if showHotlist }} Add to Hotlist {{ end }} 🔗
{{ sp := iif(sort == 1, -1, 1) }} {{ sp = iif(sort == 2, -2, 2) }} {{ sp = iif(sort == 3, -3, 3) }} {{ sp = iif(sort == 4, -4, 4) }} {{ sp = iif(sort == 5, -5, 5) }} {{ range i, t := topics }} {{ end }}
# {{ if sort == 1 }}🔼{{ else if sort == -1 }}🔽{{ end }} Topic Name {{ if sort == 2 }}🔼{{ else if sort == -2 }}🔽{{ end }} New {{ if sort == -3 }}🔼{{ else if sort == 3 }}🔽{{ end }} Total {{ if sort == -4 }}🔼{{ else if sort == 4 }}🔽{{ end }} Last Response {{ if sort == -5 }}🔼{{ else if sort == 5 }}🔽{{ end }}
{{ t.Number }} {{ t.Name | raw }} {{ if t.Sticky }} 📌 {{ end }} {{ if t.Archived && view != 5 }} 🗄️ {{ else if t.Frozen }} 🧊 {{ end }} {{ t.Unread }} {{ t.Total }} {{ formattedDate[i] }}
[ {{ if view == 1 }} New {{ else }} New {{ end }} | {{ if view == 2 }} Active {{ else }} Active {{ end }} | {{ if view == 3 }} All {{ else }} All {{ end }} | {{ if view == 4 }} Hidden {{ else }} Hidden {{ end }} | {{ if view == 5 }} Archived {{ else }} Archived {{ end }} ]
{{ if isset(bottomBlock) }}
{{ bottomBlock | raw }}
{{ end }}