{#if $error_banner.length > 0} error_banner.set('')}> {$error_banner} {/if} {#if $info_banner.length > 0} info_banner.set('')}> {$info_banner} {/if} {#if $show_working} Working {/if} {#if $token != null}
{#if $s?.sudo} Leave sudo {/if} {#if $s?.admin} Admin {/if} Files Profile Logout
{/if}
{#if $state.s === StateE.LOGIN } {:else if $state.s === StateE.SIGNUP} {:else if $state.s === StateE.RESET_PASSWORD} {:else if $state.s === StateE.PROFILE} {:else if $state.s === StateE.TFA_SETUP} {:else if $state.s === StateE.ADMIN} {:else if $state.s === StateE.VIEW} {:else} You are in state {$state.s}, which should not be possible, please report this. {/if}