{{* This template is for the "group" module. It provides the user the possibility to modify a specific contact group (remove contact group, edit contact group name, add or remove contacts to the contact group. *}}
{{if $editable == 1}} {{* The buttons for editing the contact group (edit name / remove contact group) *}}
{{if $drop}}{{$drop nofilter}}{{/if}}
{{/if}}

{{$title}}

{{* Edit the name of the group *}}
{{include file="field_input.tpl" field=$gname label=false}}
{{* The search input field to search for contacts *}}
{{if $groupeditor}} {{* The buttons to switch between the different view modes *}}
{{* The contact group list *}}
{{include file="groupeditor.tpl"}}
{{/if}}