{{* * Copyright (C) 2010-2024, the Friendica project * SPDX-FileCopyrightText: 2010-2024 the Friendica project * * SPDX-License-Identifier: AGPL-3.0-or-later *}} {{$title}} {{$title}} {{* The list of available groups *}} {{foreach $groups as $group}} {{if $group.id <= $visible_groups}} {{$group.name}} {{/if}} {{if $group.id > $visible_groups}} {{$group.name}} {{/if}} {{/foreach}} {{if $total > $visible_groups }} {{$showmore}} {{/if}}