@if (!role.id) { {{ "ADD_ROLE" | translate }} } @if (role.id) { {{ "EDIT_ROLE" | 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 }}
} }
} }
} }