{{ 'device-profile.lwm2m.instances-list' | translate }} @for (instanceId of instancesId; track instanceId) { {{instanceId}} @if (!disabled) { close } } @if (instancesListFormGroup.get('instanceList').hasError('required')) { {{ 'device-profile.lwm2m.instances-list-required' | translate }} } @if (instancesListFormGroup.get('instanceId').hasError('pattern')) { {{ 'device-profile.lwm2m.instance-id-pattern' | translate }} } @if (instancesListFormGroup.get('instanceId').hasError('max')) { {{ 'device-profile.lwm2m.instance-id-max' | translate: {max: instanceIdValueMax} }} }