@for (stat of stats; track $index) {
{{ stat.name }} @if (stat.predictionValue !== null && stat.predictionValue !== undefined) { + {{ stat.predictionValue | number: "1.0-0" }} {{ stat.unit }}* }
@if (stat.channelsToSubscribe) { } @else if (stat.value !== null) { {{ stat.value | number: "1.0-0" }} {{ stat.unit }}* } @else { {{ stat.value }} }
}