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