{{ t('title') }}

{{ t('description') }}

@if (totalRatedBooks > 0) {
{{ totalRatedBooks }} {{ t('booksAnalyzed') }}
}
{{ t('quadrantHiddenGems') }} 💎
{{ t('quadrantPopularFavorites') }} ⭐
{{ t('quadrantAgreedMisses') }} 👎
{{ t('quadrantOverrated') }} 📉
@if (quadrants.length > 0) {

{{ t('tasteProfile') }}

@if (averageDeviation > 0) {
{{ t('avgDeviation') }} {{ averageDeviation.toFixed(2) }} ★ @if (averageDeviation > 1) { ({{ t('uniqueTaste') }}) } @else if (averageDeviation <= 0.5) { ({{ t('mainstream') }}) } @else { ({{ t('balanced') }}) }
}
@for (quadrant of quadrants; track quadrant.name) {
{{ quadrant.icon }} {{ quadrant.name }} {{ quadrant.count }}

{{ quadrant.description }}

{{ ((quadrant.count / totalRatedBooks) * 100).toFixed(0) }}%
}
}