{#if isClickable}
(window.location.href = projectUrl)} on:keydown={(e) => e.key === 'Enter' && (window.location.href = projectUrl)} role="button" tabindex="0" style:transform >

{project.title}

{project.year}
{#if project.externalUrl} {/if}

{project.description}

{#if project.status === 'password-protected'}
Password Protected
{/if}
{:else}

{project.title}

{project.year}
{#if project.externalUrl} {/if}

{project.description}

{#if project.status === 'list-only'}
View Only
{/if}
{/if}