Modifier un saut

Numéro du saut Choisissez une date MM/DD/YYYY

Dropzone

Lieu @for (option of filteredOptions.dropzones | async; track option) { {{option.lieu}} - {{option.oaci}} } @if (this.jumpForm.controls['lieu'].status === 'INVALID') { {{getErrorMessage('lieu')}} } Oaci @for (option of filteredOptions.oaci | async; track option) { {{option.lieu}} - {{option.oaci}} } @if (this.jumpForm.controls['oaci'].status === 'INVALID') { {{getErrorMessage('oaci')}} }

Aéronef

Aéronef @for (option of filteredOptions.aeronefs | async; track option) { {{option.aeronef}} - {{option.imat}} } @if (this.jumpForm.controls['aeronef'].status === 'INVALID') { {{getErrorMessage('aeronef')}} } Imatriculation @for (option of filteredOptions.imats | async; track option) { {{option.aeronef}} - {{option.imat}} } @if (this.jumpForm.controls['imat'].status === 'INVALID') { {{getErrorMessage('imat')}} }

Voile

Modèle @for (option of filteredOptions.canopies | async; track option) { {{option.voile}} - {{option.taille}} } @if (this.jumpForm.controls['voile'].status === 'INVALID') { {{getErrorMessage('voile')}} } Taille en ft2 @for (option of filteredOptions.tailles | async; track option) { {{option.voile}} - {{option.taille}} } ft2 @if (this.jumpForm.controls['taille'].status === 'INVALID') { {{getErrorMessage('taille')}} }

Altitude

Hauteur de largage @if (this.jumpForm.controls['hauteur'].status === 'INVALID') { {{getErrorMessage('hauteur')}} } Hauteur de déploiement @if (this.jumpForm.controls['deploiement'].status === 'INVALID') { {{getErrorMessage('deploiement')}} }

Discipline

Categorie @for (option of filteredOptions.categories | async; track option) { {{option.categorie}}{{option.categorie && option.module ? ' - ' : ''}}{{option.module}} } @if (this.jumpForm.controls['categorie'].status === 'INVALID') { {{getErrorMessage('categorie')}} } Module @for (option of filteredOptions.modules | async; track option) { {{option.categorie}}{{option.categorie && option.module ? ' - ' : ''}}{{option.module}} } @if (this.jumpForm.controls['module'].status === 'INVALID') { {{getErrorMessage('module')}} }

Divers

Accessoires @if (this.jumpForm.controls['accessoires'].status === 'INVALID') { {{getErrorMessage('accessoires')}} } Zone @if (this.jumpForm.controls['zone'].status === 'INVALID') { {{getErrorMessage('zone')}} }

Groupe

Sautants Nombre de participants @if (this.jumpForm.controls['participants'].status === 'INVALID') { {{getErrorMessage('participants')}} }
@for (sautant of jump.sautants; track sautant) { {{ sautant }} } ju_solide

Programme

Programme @if (this.jumpForm.controls['programme'].status === 'INVALID') { {{getErrorMessage('programme')}} }

Vidéo

Dossier @if (this.jumpForm.controls['dossier'].status === 'INVALID') { {{getErrorMessage('dossier')}} } Video @if (this.jumpForm.controls['video'].status === 'INVALID') { {{getErrorMessage('video')}} }