@let depths = parameters()?.depths; @let location = parameters()?.location; {{ depths?.depth_min?.label ?? 'Minimum depth' }} (m) {{ depths?.depth_min?.info }}
[ {{ depths?.depth_min.min }}, {{ depths?.depth_min.max }}]
{{ depths?.depth_inc?.label ?? 'Depth increment' }} (m) {{ depths?.depth_inc?.info }}
[ {{ depths?.depth_inc.min }}, {{ depths?.depth_inc.max }}]
{{ depths?.depth_max?.label ?? 'Maximum depth' }} (m) {{ depths?.depth_max?.info }}
[ {{ depths?.depth_max.min }}, {{ depths?.depth_max.max }}]
@for ( locationForm of formGroup.controls.locations.controls; track locationForm; let index = $index ) {
Location @if (index > 0) { {{ index + 1 }} }
}