@if (!autoRefresh) { }
@for (item of infoItems; track item.key; let last = $last) {
{{ item.key }} {{ item.value }}
@if (!last) { } }

@if (p3xrResponse.type === 'tdigest') { {{ strings()?.form?.key?.field?.value }} } @else { {{ strings()?.page?.key?.probabilistic?.item }} } @if (p3xrResponse.type === 'cms') { {{ strings()?.form?.key?.field?.increment }} } @if (p3xrResponse.type === 'tdigest') { {{ strings()?.page?.key?.probabilistic?.quantile }} } @if (!readonly) { @if (isGtSm) { } @else { } } @if (p3xrResponse.type === 'bloom' || p3xrResponse.type === 'cuckoo') { @if (isGtSm) { } @else { } } @if (p3xrResponse.type === 'cuckoo' && !readonly) { @if (isGtSm) { } @else { } } @if (p3xrResponse.type === 'cms') { @if (isGtSm) { } @else { } } @if (p3xrResponse.type === 'tdigest') { @if (isGtSm) { } @else { } } @if (p3xrResponse.type === 'tdigest' && !readonly) { @if (isGtSm) { } @else { } }
@if (p3xrResponse.type === 'topk' && topkItems.length > 0) { @for (entry of topkItems; track entry.item; let last = $last) {
{{ entry.item }} {{ entry.count }}
@if (!last) { } }
}