#foreach( $l in $logo )
#end
#foreach( $p in $photo )
#end
#if($fn.getValue() != "")
$fn.getValue()
#end
#if($name.getGivenName().getValue())
Name: $name.getHonorificPrefix().getValue() $name.getGivenName().getValue() $name.getAdditionalName().getValue() $name.getFamilyName().getValue() $name.getHonorificSuffix().getValue()
#end
#foreach( $a in $adr )
Adresse ($a.getKey()):
#if ($a.getStreetAddress().getValue() != "")
$a.getStreetAddress().getValue()
#end
#if ($a.getExtendedAddress().getValue() != "")
$a.getExtendedAddress().getValue()
#end
#if($a.getPostalCode().getValue() != "" && $a.getLocality().getValue() != "")
#if($a.getPostalCode().getValue() != "")
$a.getPostalCode().getValue()
#end
#if($a.getLocality().getValue() != "")
$a.getLocality().getValue()
#end
#end
#if ($a.getRegion().getValue() != "")
$a.getRegion().getValue()
#end
#if ($a.getCountryName().getValue() != "")
$a.getCountryName().getValue()
#end
#end
#if($bday.getValue() != "")
Geburtstag: $bday.getValue()
#end
#foreach( $e in $email )
E-Mail ($e.getType()): $e.getValue()
#end
#foreach( $u in $url )
#end
#foreach( $n in $nickname )
Nickname: $n.getValue()
#end
#foreach( $o in $org )
Organisation: $o.getOrganizationName()
#set( $units = $o.getOrganizationUnit() )
#foreach( $unit in $units)
Abteilung: $unit
#end
#end
#foreach( $t in $tel )
Telefon ($t.getType()): $t.getValue()
#end
#foreach ($a in $attributelist)
$a.getKey(): $a.getValue()
#end