{{/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}}
{{$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}}