{params.title}

{params.title}

{#if params.isLoading === true}

Loading...

{:else} {#each params.records as record} {/each}
Zeitraum Arbeitstage Arbeitsstunden Über- / Unterstunden
{record.period} {record.workingDays} {record.totalHours} {cutMinusChar(record.overtime)}
{/if}