Community Highlights ({{ (highlights$ | async)?.length }})

@for (highlight of highlights$ | async; track highlight.id) { } @empty { }
Icon Title Order Active Actions
{{ highlight.icon }} {{ highlight.title }} {{ highlight.display_order }} {{ highlight.active ? 'Yes' : 'No' }}
No highlights yet. Click "Add Highlight" to create one.