{{ t('Notifications') }} {{ t('Host') }}
{{ t('Host notifications') }} {{ t('Service notifications') }}
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('States') }}
@if (!notifications) { } @if (notifications) { @for (notification of notifications.all_notifications; track notification) { }
{{ t('State') }} {{ t('Host') }} {{ t('Date') }} {{ t('Contact') }} {{ t('Notification Method') }} {{ t('Notification Reason') }} {{ t('Output') }}
{{ notification.Host.hostname }} {{ notification.Host.hostname }} {{ notification.NotificationHost.start_time }} {{ notification.Contact.name }} {{ notification.Contact.name }} {{ notification.Command.name }} {{ notification.Command.name }} {{ notification.NotificationHost.output }}
} @if (notifications && notifications.all_notifications.length === 0) { } @if (notifications) { }