]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/contact/list.tpl
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / templates / contact / list.tpl
1 {{* This is the standard template for showing contact lists. It is used e.g.
2 at the suggest page and also at many other places *}}
3 <div class="generic-page-wrapper">
4         {{include file="section_title.tpl"}}
5
6         {{$tab_str nofilter}}
7
8         <ul id="viewcontact_wrapper{{if $id}}-{{$id}}{{/if}}" class="viewcontact_wrapper media-list">
9 {{foreach $contacts as $contact}}
10                 <li>{{include file="contact/entry.tpl"}}</li>
11 {{/foreach}}
12         </ul>
13         <div class="clear"></div>
14         <div id="view-contact-end"></div>
15
16         {{$paginate nofilter}}
17 </div>