+
+
+ {{ $t('notifications.overview.headers.email_notifications') }}
+
+
+ {{ hasEmail ? $t('common.active') : $t('common.inactive') }}
+
+
+ {{ last24hEmailsCount }}/{{ mailLimit }} {{ $t('common.units.per_day') }}
+
+
+
+
+
+
+
+
+
+ {{ $t('notifications.overview.notifications_activate_premium._link') }}
+
+
+
+
+
+
+
+ {{ $t('notifications.overview.headers.push_notifications') }}
+
+
+ {{ hasPushNotifications ? $t('common.active') : $t('common.inactive') }}
+
+
+
+
+
+
+
+ {{ $t('notifications.overview.headers.most_notifications_30d') }}
+
+
+
+ {{ $t('notifications.overview.headers.validator_groups') }}
+
+
+ -
+
+
+ {{ group }}
+
+
+
+
+
+ {{ $t('notifications.overview.headers.account_groups') }}
+
+
+ -
+
+
+ {{ group }}
+
+
+
+
+
+
+
+
+ {{ $t('notifications.overview.headers.most_notifications_24h') }}
+
+
+ {{ notificationsTotal }}
+
+
+ {{ last24hEmailsCount }} {{ $t('common.email') }} | {{ last24hWebhookCount }} {{ $t('common.webhook') }} | {{ last24hPushCount }} {{ $t('notifications.overview.push') }}
+
+
+