= $contact['description'] ?>
= input_select_from_sql($translation->get("top_department"), "input_department_".$mandant_id, $query_department, $contact['main_department_id'], TRUE, FALSE, "", TRUE); ?>
= input_select_from_sql($translation->get("top_role"), "input_role_".$mandant_id, $query_role, $contact['main_role_id'], TRUE, FALSE, "", TRUE); ?>
= input($translation->get("phone_no"), "input_phone_no_".$mandant_id, "text", $contact["phone_no"], 100); ?>
= input($translation->get("email"), "input_email_".$mandant_id, "text", $contact["email"], 100); ?>