2022-12-14 22:05:58 -05:00
|
|
|
{{* This is the standard template for showing contact lists. It is used e.g.
|
2016-04-19 21:15:35 -04:00
|
|
|
at the suggest page and also at many other places *}}
|
2022-12-14 22:05:58 -05:00
|
|
|
<div class="generic-page-wrapper">
|
|
|
|
{{include file="section_title.tpl"}}
|
2016-04-19 21:15:35 -04:00
|
|
|
|
2022-12-14 22:05:58 -05:00
|
|
|
{{$tab_str nofilter}}
|
2016-04-19 20:59:32 -04:00
|
|
|
|
2022-12-14 22:05:58 -05:00
|
|
|
<ul id="viewcontact_wrapper{{if $id}}-{{$id}}{{/if}}" class="viewcontact_wrapper media-list">
|
2016-04-19 20:59:32 -04:00
|
|
|
{{foreach $contacts as $contact}}
|
2022-12-14 22:05:58 -05:00
|
|
|
<li>{{include file="contact/entry.tpl"}}</li>
|
2016-04-19 20:59:32 -04:00
|
|
|
{{/foreach}}
|
2022-12-14 22:05:58 -05:00
|
|
|
</ul>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div id="view-contact-end"></div>
|
2016-04-19 20:59:32 -04:00
|
|
|
|
2022-12-14 22:05:58 -05:00
|
|
|
{{$paginate nofilter}}
|
2023-03-27 09:55:39 -04:00
|
|
|
|
|
|
|
{{if $filtered}}
|
|
|
|
<p>{{$filtered nofilter}}</p>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|