@if (layout === progressBarLayout.default) { }
@if (showTitleValueRow) {
@if (layout === progressBarLayout.simplified) { } @if (showValue) {
{{ valueText }}
}
}
@if (showTicks) {
{{ settings.tickMin }}
{{ settings.tickMax }}
}