@if (isInitialized) { @if (evcss.length > 0) { @for (component of evcss; track component; let i = $index) { } } @if (consumptionMeters.length > 0) { @for (component of consumptionMeters; track component) { } } @if (evcss.length !== 0 || consumptionMeters.length !== 0) { } @else { } }