mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
9 lines
166 B
Smarty
9 lines
166 B
Smarty
|
|
<h1>{{$header}}</h1>
|
|
|
|
{{foreach $contacts as $contact}}
|
|
{{include file="contact/entry.tpl"}}
|
|
{{/foreach}}
|
|
<div id="contact-edit-end"></div>
|
|
|
|
{{$paginate nofilter}}
|