{{* This is a wrapper for the contact picture and the dropdown menu with contact relating actions *}}
{{if $contact.photo_menu}} {{* The contact actions like private mail, delete contact, edit contact and so on *}} {{/if}} {{* The button to add or remove contacts from a contact group - group edit page *}} {{if $contact.change_member}} {{/if}} {{* The contact description (e.g. Name, Network, kind of connection and so on *}}

{{$contact.name}} {{if $contact.account_type}} ({{$contact.account_type}}){{/if}} {{if $contact.account_type == 'Forum'}}{{/if}} {{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}}

{{if $contact.alt_text}}
{{$contact.alt_text}}
{{/if}} {{if $contact.itemurl}}
{{$contact.itemurl}}
{{/if}} {{if $contact.tags}}
{{$contact.tags}}
{{/if}} {{if $contact.details}}{{/if}} {{if $contact.network}}
{{$contact.network}}
{{/if}}
{{* The checkbox to perform batch actions to these contacts (for batch actions have a look at contacts-template.tpl) *}} {{* if !$no_contacts_checkbox *}} {{if $multiselect}}
{{/if}}
{{* the following part is a nearly a copy of the part above but it is modified for working with js. We use this part to filter the contacts with jquery.textcomplete *}}