{* * 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 *}
| User Name | {{ if reportMode == "post" }}Last Posted | Last Read | {{ else }}Last Read | Last Posted | {{ end }}|
|---|---|---|---|---|---|
| {{ if isset(topic) }} {{ if reportMode == "post" }} No posters found in topic "{{ topic.Name | raw }}." {{ else }} No readers found in topic "{{ topic.Name | raw }}." {{ end }} {{ else }} {{ if reportMode == "post" }} No posters found in conference "{{ confName }}." {{ else }} No readers found in conference "{{ confName }}." {{ end }} {{ end }} | |||||
| {{ r.Username }} | {{ if reportMode == "post" }}{{ DisplayDateTime(r.LastPost, .) }} | {{ DisplayDateTime(r.LastRead, .) }} | {{ else }}{{ DisplayDateTime(r.LastRead, .) }} | {{ if isset(r.LastPost) }}{{ DisplayDateTime(r.LastPost, .) }} | {{ else }}Never | {{ end }} {{ end }}