{#if model}
{model.name}
{#if topTags.length}
{#each topTags as tagInfo} {tagInfo.tag} {tagInfo.count} {/each}
{:else} - {/if}
{#if chartData.length > 1} {:else}
{i18n && i18n.t ? i18n.t('Not enough data for rating history') : 'Not enough data for rating history'}
{/if}
{/if}