Unsaved Changes

@if (request.canSave) {
This Parameter Context has unsaved changes. Save them before going to this {{ request.destination }}? Choosing "Don't Save" will discard all pending changes.
} @else {
This Parameter Context has unsaved changes, but they can't be saved because the form is not in a saveable state. Choose "Don't Save" to discard all pending changes and continue, or "Cancel" to keep editing.
}
@if (request.canSave) { } @else { }