Staff Boards not yet implemented

{#if isLoading} {:else}

Updated: {dataAge.toLocaleTimeString()}

{#each services as service} {#if service.isCancelled} {:else} {/if} {/each}
ID From To Plat Sch Arr Exp Arr Sch Dep Exp Dep
{service.trainid} {service.origin.location.tiploc} {service.destination.location.tiploc} {service.platform || '-'} {parseDateTime(service.sta)} {parseDateTime(service.ata || service.eta)} {parseDateTime(service.std)}CAN{parseDateTime(service.atd || service.etd)}
{service.operator}
{/if}