@if (isInitialized && evcsComponent) { @if (isConnectionSuccessful) { @if (isEnergySinceBeginningAllowed) { } @if (isChargingEnabled && isReadWrite) { } @if (isChargingEnabled) { @if (chargeMode === 'EXCESS_POWER') { @if (defaultChargeMinPower > 0) { } } @if (chargeMode === 'FORCE_CHARGE') { } @if (energySessionLimit !== 0) { } } } @else { } }