2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2015-10-17 19:40:41 +00:00
|
|
|
{{include file="section_title.tpl"}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$tab_str nofilter}}
|
2015-12-01 07:12:05 +00:00
|
|
|
|
2015-11-30 00:24:22 +00:00
|
|
|
<div id="viewcontact_wrapper-{{$id}}">
|
2013-04-23 11:47:57 +00:00
|
|
|
{{foreach $contacts as $contact}}
|
2022-11-04 11:03:55 +00:00
|
|
|
{{include file="contact/entry.tpl"}}
|
2013-04-23 11:47:57 +00:00
|
|
|
{{/foreach}}
|
2015-11-30 00:24:22 +00:00
|
|
|
</div>
|
2015-12-01 17:21:05 +00:00
|
|
|
<div class="clear"></div>
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="view-contact-end"></div>
|
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$paginate nofilter}}
|
2023-03-27 13:55:39 +00:00
|
|
|
|
|
|
|
{{if $filtered}}
|
|
|
|
<p>{{$filtered nofilter}}</p>
|
|
|
|
{{/if}}
|