@if (singleLine) {
@($"{currVal:N0} h | {percWidth}%")
} else {
@currVal.ToString("N0")
@(percWidth)%
}