@for (dataSettings of analyticalCards(); track dataSettings.id) {
@for (p of PERIODS; track p.name) {
{{p.name}}
}
}
@if (indicator.description) {
{{ 'Ngm.Indicator.Description' | translate: {Default: 'Indicator Description'} }}
{{ indicator.description }}
}
}