{{'USER_PAGE_PERMISSION_TO' | translate}} {{user.firstName}} {{user.lastName}}

{{'PERMISSION' | translate}}

{{'PERMISSION' | translate}}

{{"SELECT_ALL" | translate }}
@if (modules.length) { @for (module of modules; track module.id) {
{{ module.name }} @if (module.pages.length) { @for (page of module.pages; track page.id) {
{{ page.name }}
{{"SELECT_ALL" | translate }}
@if (page.actions.length) { @for (action of page.actions; track action.id) {
{{ action.name }}
} }
} }
} }