2024-08-24 20:23:27 +02:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2019-05-18 11:47:39 -04:00
|
|
|
<div class="generic-page-wrapper">
|
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
|
2020-08-04 23:02:43 -04:00
|
|
|
{{if $desc}}
|
|
|
|
<p>{{$desc nofilter}}</p>
|
|
|
|
{{/if}}
|
|
|
|
|
2020-08-06 10:34:11 -04:00
|
|
|
{{include file="page_tabs.tpl" tabs=$tabs}}
|
|
|
|
|
2020-08-04 23:02:43 -04:00
|
|
|
{{if $contacts}}
|
2019-05-18 11:47:39 -04:00
|
|
|
<div id="viewcontact_wrapper-{{$id}}">
|
2020-08-04 23:02:43 -04:00
|
|
|
{{foreach $contacts as $contact}}
|
2022-11-16 07:15:35 -05:00
|
|
|
{{include file="contact/entry.tpl"}}
|
2020-08-04 23:02:43 -04:00
|
|
|
{{/foreach}}
|
2019-05-18 11:47:39 -04:00
|
|
|
</div>
|
2020-08-04 23:02:43 -04:00
|
|
|
{{else}}
|
|
|
|
<div class="alert alert-info" role="alert">{{$noresult_label}}</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2019-05-18 11:47:39 -04:00
|
|
|
<div class="clear"></div>
|
|
|
|
<div id="view-contact-end"></div>
|
|
|
|
|
|
|
|
{{$paginate nofilter}}
|
|
|
|
</div>
|