{{* * Copyright (C) 2010-2024, the Friendica project * SPDX-FileCopyrightText: 2010-2024 the Friendica project * * SPDX-License-Identifier: AGPL-3.0-or-later *}}

{{$title}}

{{* We organize the settings in collapsable panel-groups *}}
{{foreach $features as $g => $f}}
{{foreach $f.1 as $fcat}}
{{include file="field_select.tpl" field=$fcat}}
{{/foreach}}
{{/foreach}}