$context = array(
"client_id" => $client_id
);
$context['list_config'] = array(
"show_search" => false,
"show_pagination" => false,
"sortable" => false
);
$context['columns']["full_name"] = array("title" =>"Name","wrapper_head" => '',"wrapper_tail" => '');
$context['columns']["location"] = array("title" => "Location");
$context['columns']["business_phone"] = array("title" => "Phone");
$context['columns']["email"] = array("title" => "Email");
$logs = new list_clients_contacts($context);
$logs->get_data()->build_table_list();
?>