friendica/view/smarty3/nogroup-template.tpl

18 lines
270 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<h1>{{$header}}</h1>
{{foreach $contacts as $c}}
{{include file="contact_template.tpl" contact=$c}}
{{/foreach}}
<div id="contact-edit-end"></div>
{{$paginate}}