" . "
" . "
Name: " . $idx . "
" . "
City: " . $partner ['city'] . "
" . "
Member since: " . $partner ['dateOfJoining'] . "
" . "
Status: " . $partner ['memberStatus'] . " Member" . "
" . "
Online since: " . $partner ['onlineSince'] . "
" . "
No. Units: " . $counts [$idx] . "
";
if (! empty ( $contacts [$idx] )) {
echo "
Contact(s): ";
foreach ( $contacts [$idx] as $contact )
if (! empty ( $contact ))
echo "- " . $contact [0] . ", email
";
echo "
";
}
if (! empty ( $addressncd [$idx] ) || ! empty ( $visitoraddressncd ) || ! empty ( $contactdetailsncd ) || ! empty ( $descriptionsncd )) {
echo "
NCD institution data: ";
echo "
";
if (! empty ( $addressncd [$idx] ))
echo "- " . $addressncd [$idx] . "
";
if (! empty ( $visitoraddressncd [$idx] ))
echo "- Visitor address:
" . $visitoraddressncd [$idx] . " ";
if (! empty ( $contactdetailsncd [$idx] ))
echo "- Contact details:
" . $contactdetailsncd [$idx] . " ";
if (! empty ( $descriptionsncd [$idx] ))
echo "- " . $descriptionsncd [$idx] . "
";
echo"
";
}
if (! empty ( $collectionsncd [$idx] )){
echo "
NCD collection(s) data: ";
foreach($collectionsncd[$idx] as $collectionncd){
echo $collectionncd . "
";
}
}
echo "
" . "