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

Topics in {{ conferenceName }}


{{ 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 }}
# Topic Name New Total Last Response
{{ 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 }} ]