This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/nogroup-template.tpl
2013-07-16 18:08:26 +01:00

13 lines
163 B
Smarty
Executable File

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