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

{{$title}}

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