{{ t('notification_setting.add_notification') }}

{{ t('notification_setting.notification_list') }}

{% set tags = { pageCreate: ' CREATE', pageEdit: ' EDIT', pageDelete: ' DELETE', pageMove: ' MOVE', pageLike: ' LIKE', comment: ' POST' } %} {% for globalNotif in globalNotifications %} {% set detailPageUrl = '/admin/global-notification/' + globalNotif.id %} {% endfor %}
ON/OFF {{ t('notification_setting.trigger_path') }} {{ t('notification_setting.trigger_path_help', '*') }} {{ t('notification_setting.trigger_events') }} {{ t('notification_setting.notify_to') }}
{{ globalNotif.triggerPath }} {% for event in globalNotif.triggerEvents %} {{ tags[event] | safe }} {% endfor %} {% if globalNotif.__t == 'mail' %} {{ globalNotif.toEmail }} {% elseif globalNotif.__t == 'slack' %} {{ globalNotif.slackChannels }} {% endif %}