{{ t('title') }}

{{ t('description') }}

@if (dateRange) {
{{ dateRange }}
}
@if (totalBooks > 0 && insights) {
{{ t('insightCurrentBacklog') }} {{ insights.currentBacklog }} {{ t('insightBacklogPercent', { percent: insights.backlogPercent }) }}
{{ t('insightAvgTimeToFinish') }} {{ insights.avgTimeToFinishDays }} {{ t('insightDaysAfterAdding') }}
{{ t('insightBestReadingMonth') }} {{ insights.mostProductiveCount }} {{ insights.mostProductiveMonth }}
{{ t('insightPeakAcquisition') }} {{ insights.busiestAcquisitionCount }} {{ insights.busiestAcquisitionMonth }}
{{ t('insightFinishRate') }} {{ insights.finishRate }} {{ t('insightBooksPerMonthAvg') }}
{{ t('insightLongestStreak') }} {{ insights.longestStreak }} {{ t('insightConsecutiveMonths') }}
{{ t('insightLast3Months') }} {{ insights.recentActivity }} {{ t('insightRecentlyFinished') }}
{{ t('insightCompletion') }} {{ insights.totalFinished }}/{{ insights.totalAdded }} {{ t('insightBooksFinished') }}
} @if (totalBooks === 0 || !insights) {

{{ t('noData') }}

{{ t('noDataHint') }}
}