{{* Template for the contact group list *}} {{* The contacts who are already members of the contact group *}}

{{$groupeditor.label_members}}

{{if $groupeditor.members }} {{foreach $groupeditor.members as $c}} {{* If there are too many contacts we use another view mode *}} {{if $shortmode}} {{else}} {{* The normal view mode *}} {{/if}} {{/foreach}} {{else}} {{$groupeditor.group_is_empty}} {{/if}}

{{* The contacts who are not members of the contact group *}}

{{$groupeditor.label_contacts}}

{{foreach $groupeditor.contacts as $m}} {{* If there are too many contacts we use another view mode *}} {{if $shortmode}} {{else}} {{* The normal view mode *}} {{/if}} {{/foreach}}