aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/viewcontact_template.tpl
blob: cde24525caa9d6158f1f4ab1308080785f4cb022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="generic-content-wrapper generic-content-wrapper-styled">
<h3>{{$title}}</h3>

{{foreach $contacts as $contact}}
	{{include file="contact_template.tpl"}}
{{/foreach}}

<div id="view-contact-end"></div>
{{$paginate}}
</div>