{{telemetryTypeTranslationsMap.get(attributeScope) | translate}} @if (!disableAttributeScopeSelection && !attributeScopeSelectionReadonly) { attribute.attributes-scope @for (scope of attributeScopes; track scope) { {{ telemetryTypeTranslationsMap.get(toTelemetryTypeFunc(scope)) | translate }} } }
@if (attributeScope !== attributeScopeTypes.CLIENT_SCOPE && !disableAddTelemetry) { } @if (!isClientSideTelemetryTypeMap.get(attributeScope)) { }
 
{{ (attributeScope === latestTelemetryTypes.LATEST_TELEMETRY ? 'attribute.selected-telemetry' : 'attribute.selected-attributes') | translate:{count: dataSource.selection.selected.length} }}
{{ 'widgets-bundle.current' | translate }}
{{ 'attribute.last-update-time' | translate }} {{ attribute.lastUpdateTs | date:'yyyy-MM-dd HH:mm:ss' }} {{ 'attribute.key' | translate }}
{{ attribute.key | tbJson:300 }}
{{ 'attribute.value' | translate }}
{{attribute.value | tbJson:300}} @if (attribute.value !== '') { }
edit @if (attributeScope === latestTelemetryTypes.LATEST_TELEMETRY) { }
{{ attributeScope === latestTelemetryTypes.LATEST_TELEMETRY ? 'attribute.no-telemetry-text' : 'attribute.no-attributes-text' }}
@if (mode === 'widget' && widgetsList.length > 0) {
@for (widgets of widgetsList; track widgets) {
}
@if (widgetsCarouselIndex > 0) { } @if (widgetsCarouselIndex < widgetsList.length - 1) { }
} @if (mode === 'widget' && widgetsLoaded && widgetsList.length === 0 && widgetBundleSet) { widgets-bundle.empty } @if (mode === 'widget' && !widgetBundleSet) { widget.select-widgets-bundle }