@let isLoading = isLoading$ | async; @if (!isLoading) { }

{{ "memberAccessReportPageDesc" | vfo1I18n: "memberAccessReportPageDescV2" }}

@if (isLoading) {

{{ "loading" | i18n }}

} @else { {{ "members" | i18n }} {{ "groups" | i18n }} {{ "collections" | i18n }} {{ "items" | i18n }}
{{ row.email }}
{{ row.groupsCount }} {{ row.collectionsCount }} {{ row.itemsCount }}
}