@if (isEnabled) {
}
@if (isEnabled && energyFlow) {
@if (buyAnimationTrigger) {
}
@if (sellAnimationTrigger) {
}
}
@if (isEnabled && squarePosition && square) {
@if (valueText) {
{{valueText}}
} @else {
}
-
@if (gridBuyPrice !== null) {
→ {{ gridBuyPrice.value }}
-
}
@if (targetRoute() !== null) {
}
}