{{ (i+1) }} {{ 'import.column-example' | translate }} {{column.sampleData}} {{ 'import.column-type.column-type' | translate }} @for (type of columnTypes; track type) { {{ columnTypesTranslations.get(type.value) | translate }} } @if (entityType === entityTypeDevice) { @for (credential of columnDeviceCredentials; track credential) { {{ columnTypesTranslations.get(credential.value) | translate }} } } {{ 'import.column-key' | translate }} @if (isColumnTypeDiffers(column.type)) { }