{* * 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 *}
| # {{ if sort == 1 }}🔼{{ else if sort == -1 }}🔽{{ end }} | {{ sp = iif(sort == 2, -2, 2) }}Topic Name {{ if sort == 2 }}🔼{{ else if sort == -2 }}🔽{{ end }} | {{ sp = iif(sort == 3, -3, 3) }}New {{ if sort == -3 }}🔼{{ else if sort == 3 }}🔽{{ end }} | {{ sp = iif(sort == 4, -4, 4) }}Total {{ if sort == -4 }}🔼{{ else if sort == 4 }}🔽{{ end }} | {{ sp = iif(sort == 5, -5, 5) }}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] }} |