@if (!hasBoundProcessGroups()) {
No referencing Process Groups
} @else {
@if (authorizedProcessGroupReferences.length > 0) {
-
Process Groups ({{ authorizedProcessGroupReferences.length }})
}
@if (unauthorizedProcessGroupReferences.length > 0) {
-
Unauthorized ({{ unauthorizedProcessGroupReferences.length }})
}
@if (references.length > 0) {
@for (reference of references; track reference) {
{{ reference.component.name }}
}
}
@if (references.length > 0) {
@for (reference of references; track reference) {
{{ reference.id }}
}
}
}