@let btnConfig = buttonConfig();
@if (btnConfig) {
}
@if (this.mode() === 'approve') {
Approve This Assertion's Classification
} @else if (this.mode() === 'revoke') {
Revoke This Assertion's Classification Approval
} @else if (this.mode() === 'approveChanges') {
Approve Changes to This Assertion
}
You are about to formally
Approve this Assertion's Classification on behalf of
{{ mostRecentOrg()?.name }} . Are you sure you wish to proceed?
You are about to formally
Revoke {{ mostRecentOrg()?.name }}'s Approval of this Assertion's
Classification. Are you sure you wish to proceed?
Before approving this Assertion's changes, ensure that they do not effect the
original classification by {{ mostRecentOrg()?.name }}.
@if (mode() === 'approve' || mode() === 'approveChanges') {
@let label = mode() === 'approve' ? 'Approve' : 'Approve Changes';
}
@if (mode() === 'revoke') {
@let comment = revocationComment();
}