{{ t('title') }}

{{ t('description') }}

@if (habitInsights.length > 0) {

{{ t('habitPatterns') }}

@for (insight of habitInsights; track insight.habit) {
{{ insight.habit }} {{ insight.score.toFixed(0) }}%

{{ insight.description }}

}
}