{#if type === 'cancel'} {#await getCancel(code)} This train has been cancelled {:then reason} {reason} {:catch} This train has been cancelled {/await} {:else if type === 'delay'} {#await getDelay(code)} This train has been delayed {:then reason} {reason} {:catch} This train has been delayed {/await} {/if}