{{* * Copyright (C) 2010-2024, the Friendica project * SPDX-FileCopyrightText: 2010-2024 the Friendica project * * SPDX-License-Identifier: AGPL-3.0-or-later *}} {{$title}} {{$title}} {{if ! $new_circle}} {{else}} {{/if}} {{* The list of available circles *}} {{foreach $circles as $circle}} {{if ! $new_circle}}{{/if}} {{if $circle.cid}} {{/if}} {{if $circle.edit}} {{* if the circle is editable show a little pencil for editing *}} {{/if}} {{$circle.text}} {{/foreach}} {{if $uncircled}}{{$uncircled}}{{/if}}