{t("maiphoto.title")}

{#await GAME.photos()} {:then photos} {#if photos.length === 0}
{t('maiphoto.none')}
{:else}
{t('maiphoto.url_warning')}
{/if}
{#each photos as photo}
Memorial
{/each}
{:catch error} {/await}