{{* 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}}
{{/if}}
{{* the following part is a nearly a copy of the part above but it is modyfied for working with js.
We use this part to filter the contacts with jquery.textcomplete *}}
{{* This is a wrapper for the contact picture and the dropdown menu with contact relating actions *}}
{{* The contact description (e.g. Name, Network, kind of connection and so on *}}
{$name}
{if $account_type} ({$account_type}){/if}
{if $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 $alt_text}
{$alt_text}
{/if}
{if $itemurl}
{$itemurl}
{/if}
{if $tags}
{$tags}
{/if}
{if $details}
{$details}
{/if}
{if $network}
{$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}}