' . $event_name . ' - Foto-Erlaubnis
' .
            '
| Name' . ' | Foto-Erlaubnis Social-Media' . ' | Foto-Erlaubnis Print-Media' . ' | Foto-Erlaubnis Webseite(n)' . ' | Foto-Erlaubnis Partner-Mailings' . ' | Foto-Erlaubnis Interne Archive' . ' | 
| ' . $participant->vorname . ($participant->pfadiname != '' ? ' (' . $participant->pfadiname . ')' : '') . ' ' . $participant->nachname . ''; $output .= ' | ' . ($participant->foto_socialmedia == true ? 'X' : '---') . ''; $output .= ' | ' . ($participant->foto_print == true ? 'X' : '---') . ''; $output .= ' | ' . ($participant->foto_webseite == true ? 'X' : '---') . ''; $output .= ' | ' . ($participant->foto_partner == true ? 'X' : '---') . ''; $output .= ' | ' . ($participant->foto_intern == true ? 'X' : '---') . ''; $output .= ' |