{#if photo.caption}
{photo.caption}
{/if}
{#if hasExifData}
Camera Settings
{#each Object.entries(photo.exif) as [key, value]}
- {getExifLabel(key)}
- {formatExifValue(key, value)}
{/each}
{/if}
{#if hasNavigation}
{currentIndex + 1} of {albumPhotos.length}
{/if}