{{ t('title') }}

{{ t('description') }}

@if (totalBooks > 0 && yearRange) {
{{ yearRange }}
}
@if (totalBooks > 0) {
@if (insights) {
{{ t('insightPeakYear') }} {{ insights.peakYear }} {{ t('insightPeakYearBooks', { count: insights.peakYearCount }) }}
{{ t('insightLast10Years') }} {{ insights.booksLast10YearsPercent }}% {{ t('insightLast10YearsBooks', { count: insights.booksLast10Years }) }}
{{ t('insightAvgPerYear') }} {{ insights.averageBooksPerYear }} {{ t('insightBooksPerYear') }}
{{ t('insightBest5YearSpan') }} {{ insights.mostProductiveSpan }} {{ t('insightMostBooksPublished') }}
{{ t('insightTimeSpan') }} {{ insights.timeSpan }} {{ t('insightYearsCovered') }}
{{ t('insightCentury21') }} {{ insights.century21Percent }}% {{ t('insightCentury21Books', { count: insights.century21Books }) }}
{{ t('insightClassics') }} {{ insights.classicBooksPercent }}% {{ t('insightClassicsPre1970', { count: insights.classicBooks }) }}
{{ t('insightUniqueYears') }} {{ insights.uniqueYears }} {{ insights.oldestDecade }} - {{ insights.newestDecade }}
} } @if (totalBooks === 0) {

{{ t('noData') }}

}