';
foreach($teilnehmer as $t) {
$is_me = in_array(intval($t->id), $my_ids);
$name = esc_html($t->vorname.' '.$t->nachname);
$label = $name . ' ' . intval($t->phase) . '';
echo '
'; // kc-participants
echo ''. $label .'
';
}
echo '