aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nogroup-template.tpl
blob: 7d103a655b2d60932fa4418a5748c059a81f623d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<h1>{{$header}}</h1>

{{foreach $contacts as $contact}}
	{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="contact-edit-end"></div>

{{$paginate}}