@for (item of groups(); track item.group.id) {
{{ item.group.labelKey | translate }}
    @for (section of item.sections; track section.id) {
  • {{ section.labelKey | translate }} @if (section.issueCount > 0) { {{ section.issueCount }} } @else if (section.modified) { }
  • }
}