{#if status === 'done'}
Thank you — your photos have been uploaded!
{:else}

Share your photos

Upload your photos of Zoé & Shaldon — up to {MAX_FILES} at a time, {MAX_SIZE_MB}MB each.

{#if status === 'error'}

{errorMessage}

{/if}
{/if}

Photos From Our Guests

{#if guestPhotosStatus === 'loading'}

Loading…

{:else if guestPhotosStatus === 'error'}

Could not load guest photos.

{:else if guestPhotos.length === 0}

No photos yet — be the first to share!

{:else}
{#each guestPhotos as photo (photo.url)} Shared by {photo.uploaderName} {/each}
{/if}