@if (icon) {
}
@if (enableCopyToClipboardButton) { } @if (value || value === 0 || value === null) {
@if (isNumber || value === null) { @if (colorizeSign && !useAbsoluteValue) { @if (+value > 0) {
+
} @if (+value < 0) {
-
} }
@if (value === null) { ***** } @else { {{ formattedValue }} }
@if (isPercent || unit) {
{{ isPercent ? '%' : unit }}
} } @if (isString) {
{{ formattedValue }}
} @if (!hasLabel) { }
} @if (value === undefined) { } @if (size === 'large') {
@if (hasLabel) { } @if (subLabel) { {{ subLabel }} }
} @else { @if (hasLabel) { } }