{{ "NewJump_ResetForm" | translate }}

@if (notLoadingToDisplay()) {
{{ "NewJump_ChooseJumpType" | translate }} @for (jumpType of listOfJumpType; track jumpType) { {{ jumpType.name }} } @if (selectedJumpType) { } {{ "NewJump_ChooseAircraft" | translate }} @for (aircraft of listOfAircraft; track aircraft) { {{ aircraft.name }} } @if (selectedAircraft) { } {{ "NewJump_ChooseDz" | translate }} @for (dropZone of listOfFilteredDropZone; track dropZone) { {{ dropZone.name }} @if (dropZone.isFavorite === true) { } } @if (selectedDz) { } {{ "NewJump_ChooseGear" | translate }} @for (gear of listOfGear; track gear) { {{ gear.name }} ({{ gear.mainCanopy }}) } @if (selectedGear) { } {{ "NewJump_Cutaway" | translate }} {{ "NewJump_Special" | translate }} @if (exitAltitude) { } @if (deployAltitude) { } @if (countOfJumps) { } @if (comments) { }
@if (this.isValidatedForm()) { }
} @else { }