{#each pluginManager.templates as template (template.key)} (selected = isSelected(template) ? undefined : template)} >
{template.title} {template.description}
{#if template.uiHints.includes('SmartAlbum')}
{$t('smart_album')}
{/if}
{/each}