{$_classes = []} {$_has_big_image = false} {$_show_extended_info = false} {$_can_change_contact_owner = false} {$_can_change_owner = false} {$_can_remove_contact = false} {$_show_status = false} {$_role_id = $role_id|default:"CLIENT"} {if empty($type)} {$_can_remove_contact = true} {elseif $type == "contact_owner"} {$_classes[] = "is-leader"} {$_has_big_image = true} {$_show_extended_info = true} {$_can_change_contact_owner = true} {elseif $type == "owner"} {$_show_status = true} {$_can_change_owner = !empty($can_manage_responsible)} {if empty($contact.label)} {$contact.label = "[`Owner`]"} {/if} {$_role_id = 'USER'} {elseif $type == "contact_participant"} {$_classes[] = "is-contact-participant"} {$_has_big_image = true} {if $_role_id === 'CLIENT'} {$_show_extended_info = true} {/if} {$_can_remove_contact = true} {/if} {$_counters = $counters|default:[]} {$can_edit_deal = $can_edit_deal|default:false}