2025-03-18 12:55:00 +00:00
|
|
|
<article>
|
|
|
|
<section class="title">{{item().group.name}}
|
|
|
|
@if (special) {
|
|
|
|
<small class="tag">auto-generated</small>
|
|
|
|
}
|
|
|
|
</section>
|
|
|
|
<section class="">{{item().group.priority}}</section>
|
|
|
|
<section>
|
|
|
|
{{item().chatters.length}}
|
|
|
|
<small class="muted block">user{{item().chatters.length == 1 ? '' : 's'}}</small>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
{{item().policies.length}}
|
|
|
|
<small class="muted block">polic{{item().chatters.length == 1 ? 'y' : 'ies'}}</small>
|
|
|
|
</section>
|
|
|
|
<section>
|
2025-03-18 14:03:07 +00:00
|
|
|
<button mat-button
|
|
|
|
(click)="router.navigate([link])">
|
2025-03-18 12:55:00 +00:00
|
|
|
<mat-icon>pageview</mat-icon>View
|
|
|
|
</button>
|
|
|
|
</section>
|
|
|
|
</article>
|