{title} {#if activeRecord === null}

{title}

{#if params.isLoading === true}

Loading...

{:else}
{#each params.records as record} {/each}
Datum Arbeitsstunden Aktionen
{record.workingDay} {record.workingTime}
{/if}
{:else}

{title}

{/if}