{station.name} — checkflo
{#if tenant?.name}
{tenant.name}
{/if}
{station.name}
{#if station.target_temp_min || station.target_temp_max}
Zielbereich: {station.target_temp_min}° bis {station.target_temp_max}°C
{/if}
{#if submitted}

Erfasst um {submittedAt} Uhr

Der Eintrag wurde gespeichert.

{:else}
{ e.preventDefault(); submit(); }}> {#if showTemp}
{/if}
Status *
{#each (Object.keys(statusLabels) as Status[]) as s} {/each}
{#if status === 'abweichung' || status === 'kritisch'}
{/if}
Foto (optional) {#if photoPreview} Vorschau {/if}
{#if error}

{error}

{/if}
{/if}