mirror of
https://github.com/friendica/friendica
synced 2024-11-15 22:19:27 +01:00
19 lines
334 B
Smarty
19 lines
334 B
Smarty
|
|
{{include file="section_title.tpl"}}
|
|
|
|
{{$tab_str nofilter}}
|
|
|
|
<div id="viewcontact_wrapper-{{$id}}">
|
|
{{foreach $contacts as $contact}}
|
|
{{include file="contact/entry.tpl"}}
|
|
{{/foreach}}
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div id="view-contact-end"></div>
|
|
|
|
{{$paginate nofilter}}
|
|
|
|
{{if $filtered}}
|
|
<p>{{$filtered nofilter}}</p>
|
|
{{/if}}
|