@if (levelCardWidgetConfigForm) { @if (displayTimewindowConfig) { }
widget-config.appearance
{{ 'widgets.liquid-level-card.title' | translate }}
{{ 'widgets.liquid-level-card.icon' | translate }}
widgets.liquid-level-card.shape
@for (type of DataSourceTypes; track type) { {{ DataSourceTypeTranslations.get(type) | translate }} }
@for (shape of shapes; track shape) { {{ ShapesTranslationMap.get(shape) | translate }} } @if (levelCardWidgetConfigForm.get('tankSelectionType').value === DataSourceType.attribute) {
widgets.liquid-level-card.shape-attribute-name
widgets.liquid-level-card.shape-by-attribute
}
@for (layout of LevelCardLayouts; track layout) { {{ LevelCardLayoutTranslationMap.get(layout) | translate }} }
widgets.liquid-level-card.units
widgets.liquid-level-card.datasource-units
@if (levelCardWidgetConfigForm.get('layout').value === LevelCardLayout.absolute) {
widgets.liquid-level-card.widget-units
@for (type of DataSourceTypes; track type) { {{ DataSourceTypeTranslations.get(type) | translate }} } @if (levelCardWidgetConfigForm.get('widgetUnitsSource').value === DataSourceType.static) { } @else { }
}
widgets.liquid-level-card.total-volume
@for (type of DataSourceTypes; track type) { {{ DataSourceTypeTranslations.get(type) | translate }} } @if (levelCardWidgetConfigForm.get('volumeSource').value === DataSourceType.static) { @if (levelCardWidgetConfigForm.get('volumeConstant').hasError('required')) { warning } } @else { }
widgets.liquid-level-card.total-volume-units
@for (type of DataSourceTypes; track type) { {{ DataSourceTypeTranslations.get(type) | translate }} } @if (levelCardWidgetConfigForm.get('volumeUnitsSource').value === DataSourceType.static) { } @else { }
widgets.liquid-level-card.color-and-font
widgets.liquid-level-card.tank-color
widgets.liquid-level-card.liquid-color
@if (levelCardWidgetConfigForm.get('layout').value !== LevelCardLayout.simple) {
widgets.liquid-level-card.value
widget-config.decimals-suffix
} @if (levelCardWidgetConfigForm.get('layout').value === LevelCardLayout.absolute) {
widgets.liquid-level-card.total-volume
}
{{ 'widget-config.tooltip' | translate }}
{{ 'widgets.liquid-level-card.level' | translate }}
widget-config.decimals-suffix
{{ 'widgets.value-card.date' | translate }}
widgets.liquid-level-card.tooltip-background
widgets.liquid-level-card.background-blur
px
widget-config.card-appearance
{{ 'widgets.background.background' | translate }}
widget-config.show-card-buttons
{{ 'fullscreen.fullscreen' | translate }}
{{ 'widget-config.card-border-radius' | translate }}
{{ 'widget-config.card-padding' | translate }}
}