{{define "profile_optional_fields_display"}} {{if .other_properties}} {{range .fields}} {{$fieldName := .name}} {{$fieldLabel := .label}} {{if eq .type "multicheckbox"}} {{$hasValues := false}} {{range .options}} {{$optionKey := printf "%s___%s" $fieldName .value}} {{if index $.other_properties $optionKey}}{{$hasValues = true}}{{end}} {{end}} {{if $hasValues}}