{labels.title}

{labels.status} {running ? labels.connected : labels.disconnected}
{#if lastProcessResult}

{labels.lastResult}

{labels.output} {lastProcessResult.outputPath}
{labels.groups} {lastProcessResult.groupsUsed}
{labels.mean} {lastProcessResult.meanValue.toFixed(3)}
{labels.threshold} {lastProcessResult.threshold.toFixed(3)}
{labels.rowsFlow} {lastProcessResult.rowsTotal} -> {lastProcessResult.rowsKept}
{/if}