$titleName
#if (!$face)
Logo
#else Logo #end
Logo
#foreach($entry in $rowProperties.entrySet()) ## Iterate over the outer map #if($entry.value) ## Check if the value exists for this entry #set($nestedMap = $entry.value) ## Get the nested value #if($nestedMap && $nestedMap.size() > 0) ## Check if nestedMap is a Map with entries #foreach($nestedEntry in $nestedMap.entrySet()) ## Iterate over the nested map #if($nestedEntry.value) ## Ensure that there’s a value for this nested entry
$nestedEntry.key
$nestedEntry.value
#end #end #else ## If the value is not a map, just display it as is
$entry.key
$entry.value
#end #end #end
QR Code
#if ($credentialValidity != -1)
Please note: This credential is limited to a maximum of $credentialValidity verifications by authorized verifiers. Once the specified number of verifications has been reached, this credential will no longer be valid for further verification attempts.
#else
Please note: This credential can be used for verification by authorized verifiers without any limit on the number of verifications. It provides continuous, secure access for credential validation.
#end