{{ 'MEMBER.ACTION' | translate }} {{ 'MEMBER.NAME' | translate }} {{ 'MEMBER.MEMBER_TYPE' | translate }} {{ 'MEMBER.ROLE' | translate }} @for (m of members; track m) { {{ m.entity_name }} {{ member_type_toString(m.entity_type) | translate }} @if (ChangeRoleOngoing(m.id)) { } @if (!ChangeRoleOngoing(m.id)) { {{ roleInfo[m.role_id] | translate }} } } {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (total) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'MEMBER.OF' | translate }} } {{ total }} {{ 'MEMBER.ITEMS' | translate }}