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