@if (actions().recordAssessment.mode === 'redirect') {
Beoordeling vastleggen (in legacy) ↗
} @else {
}
@if (actions().takeOwnership; as takeOwnership) {
@if (actions().takeOwnershipPreflight; as preflight) {
@if (preflightResult(); as result) {
{{ result }}
}
}
}
@if (actions().releaseOwnership; as releaseOwnership) {
}