{{ $any(head).label }}
{{ item[$any(head).value] }} {{ $any(head).label === "Date" ? parseDateAgo(getNestedValue(item, $any(head).value)) : getNestedValue(item, $any(head).value) }}
{{ $any(section).section }} details
{{ child.label }}
{{ child.label === "Consent" ? subItem[child.value] === "Partial" ? "Partial" : subItem[child.value] === "Accepted" ? "Yes" : "No" : subItem[child.value] }}
{{ (subChild.showLabel && subChild.label) || "" }}
{{ subChild.label === "Consent" ? !subSubItem[ subChild.value ] ? "Yes" : "No" : subSubItem[subChild.value] }}
{{ getNestedValue(item, child.value) }}
_ _ _ _ _ _ _ {{ "consentsTableNoDataMessage" | translate }}