@if (inlineLabel) {
@if (topLeftLabel || topRightLabel) {
@if (topLeftLabel) {
} @if (topRightLabel) {
}
}
@for (line of values; track line; let idx = $index) {
}
@if (bottomLeftLabel || bottomRightLabel) {
@if (bottomLeftLabel) {
} @if (bottomRightLabel) {
}
}
} @if (!inlineLabel) {
@if (topLeftLabel || topRightLabel) {
@if (topLeftLabel) {
} @if (topRightLabel) {
}
}
@for (line of values; track line; let idx = $index) {
}
@if (bottomLeftLabel || bottomRightLabel) {
@if (bottomLeftLabel) {
} @if (bottomRightLabel) {
}
}
}