@if (post) {
{{ t('Edit user container role:') }} {{ post.name }}
@if (isLdapAuth) {
{{ t('LDAP users which are member of the selected LDAP groups will be assigned automatically to the user container role.') }}
}
@for (selectedContainer of selectedContainerWithPermission; track $index) { @if (selectedContainer) { {{ selectedContainer.name }}
} }
}