{{ t('title') }}

{{ t('description') }}

@if (totalAuthors > 0) {
{{ t('authorsBadge', { count: totalAuthors }) }}
}
@if (totalAuthors > 0) {
{{ t('legendNote') }}
@if (insights.length > 0) {
@for (insight of insights; track insight) {
{{ insight }}
}
} } @if (totalAuthors === 0) {

{{ t('noData') }}

}