{{- /* For use with 7 */}} {{- /* Get OWNER Arguments. */}} {{- $COMPANY := or (.Get "company") "N/a" }} {{- $REGISTER_ID := or (.Get "register_id") "N/a" }} {{- $COMPANY_STATE := or (.Get "company_state") "N/a" }} {{- $COMPANY_COUNTRY := or (.Get "company_country") "N/a" }} {{- $WEBSITE := or (.Get "website") "N/a" }} {{ $owner := slice (dict "type" "Company" "value" $COMPANY) (dict "type" "Entity ID" "value" $REGISTER_ID) (dict "type" "Company Location" "value" (print $COMPANY_STATE ", " $COMPANY_COUNTRY)) (dict "type" "Website" "value" (safeHTML (print "" $WEBSITE ""))) }}
{{ .value |safeHTML }}{{ end }}