{#if model}
{model.name}
{#if topTags.length}
{#each topTags as tagInfo} {tagInfo.tag} ({tagInfo.count}) {/each}
{:else} - {/if}
{/if}