@if (!customColumnMode()) {
@if (sections().length > 1) {
{{sectionsTitle()}}
}
{{sections()[0]?.title ?? sections()[0]?.name | uppercase}}
@if (sections()[1]) {
{{sections()[1]?.title ?? sections()[1]?.name | uppercase}}
}
} @if (customColumnMode() === customColumnModeEnum.Metrics) { } @if (customColumnMode() === customColumnModeEnum.HyperParams) { }