{#if isLoading}
Loading project...
{:else if error}
{error}
{:else if !project}
Project not found
{:else}
{/if}