{{ label() }} @if ((totalCount() ?? items().length) > 0) { }

@if (seeAllLink(); as link) { @if ((totalCount() ?? items().length) > items().length) { {{ 'WORKSPACE.DASHBOARD.SEE_ALL_COUNT' | translate : { count: totalCount() ?? items().length, } }} } @else { {{ 'WORKSPACE.DASHBOARD.SEE_ALL' | translate }} } chevron_right }
@for (action of card.actions ?? []; track action.id) { }