{#if success} {:else if !$appState.currentRequest?.response || error}
{#if error} {error.msg} {/if}
{:else if $appState.sessionStatus === 'locked'} {:else} Something is wrong. This message should never show up during normal operation. {/if}