{{ t('Notifications') }} {{ resourcegroup.container.name }}
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('Reason type') }}
{{ t('Reason type') }} {{ t('User') }} {{ t('Unconfirmed resources') }} {{ t('Confirmed resources') }} {{ t('Send time') }} {{ t('Has been sent') }}
@switch (notification.reason_type) { @case (ScmNotificationLogTypesEnum.REMINDER) { } @case (ScmNotificationLogTypesEnum.ESCALATION) { ‼️ } @case (ScmNotificationLogTypesEnum.STATUS_OVERVIEW) { 🗓️ } @case (ScmNotificationLogTypesEnum.CUMULATIVE_STATUS_SUMMARY) { 📑 } } {{ notification.username }} @if (notification.unconfirmed_resources.length > 0) {
  • {{ unconfirmed_resource.name }}
}
@if (notification.confirmed_resources.length > 0) {
  • @switch (confirmed_resource.status) { @case (1) { } @case (2) { } @case (3) { } @default { } } {{ confirmed_resource.name }}
}
{{ notification.created }} {{ t('Yes') }} {{ t('No') }}