Stationen — checkflo

Stationen

QR-Codes ausdrucken und an den Stationen befestigen.

{#if stations.length > 0} {/if}
{#if loading}

Lädt…

{:else}
{#each stations as s}
{s.name}
{TYPE_LABEL[s.type] ?? s.type} {#if s.target_temp_min || s.target_temp_max} · {s.target_temp_min}° bis {s.target_temp_max}°C {/if}
{qrUrl(s.qr_id)}
{#if qrCodes[s.qr_id]} QR {s.name} {/if}
{/each}
{/if}
{#if !loading} {/if}