@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') }}
|