{#if editing} {:else} {inputValue} {#if !editing && editable} {/if} {/if}
{#if editing && errors}

{errors[0]}

{/if}