@for (group of notificationSettingGroups; track group) {
@if (hasNotificationsInGroup(group)) {
@for (notificationType of group.keys; track notificationType) {
@if (hasUserRight(notificationType)) {
{{ labelNotifications[notificationType] }}
@if (emailEnabled) {
}
}
}
}
}
}