@if (categories?.length && (categories?.length || 0) >= 2) {
@for (category of categories; track category) { }
} @for (system of systems; track system) { @if (system.talkgroups.length) {
{{ system.label }}
@for (talkgroup of system.talkgroups; track talkgroup) { } @if (system.talkgroups.length > 1) { }
} } @if (systems?.length === 0) { No talkgroup configured! }