@if (notLoadingToDisplay()) {
{{ "NewTunnelFlight_ChooseJumpType" | translate }} @for (jumpType of listOfJumpType; track jumpType) { {{ jumpType.name }} } @if (selectedJumpType) { } {{ "NewTunnelFlight_ChooseTunnel" | translate }} @for (tunnel of listOfFilteredTunnel; track tunnel) { {{ tunnel.name }} } @if (selectedTunnel) { } {{ "NewTunnelFlight_Date_Lbl" | translate }} {{ "NewTunnelFlight_Minutes_Lbl" | translate }} @if (minutesOfFlight) { } {{ "NewTunnelFlight_Comments_Lbl" | translate }} @if (comments) { }
@if (this.isValidatedForm()) { }
} @else { }