{% extends '../layout/admin.html' %} {% block html_title %}{{ customizeService.generateCustomTitle(t('Notification settings')) }}{% endblock %} {% block content_header %}
{% endblock %} {% block content_main %}
{% set smessage = req.flash('successMessage') %} {% if smessage.length %}
{{ smessage }}
{% endif %} {% set emessage = req.flash('errorMessage') %} {% if emessage.length %}
{{ emessage }}
{% endif %}
{% include './widget/menu.html' with {current: 'notification'} %}
{{ t('notification_setting.back_to_list') }} {% if setting %} {% set actionPath = '/admin/global-notification/' + setting.id + '/update' %} {% else %} {% set actionPath = '/admin/global-notification/new' %} {% endif %}
{{ t('notification_setting.notification_detail') }}

{{ t('notification_setting.trigger_path') }} {{ t('notification_setting.trigger_path_help', '*') }}

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

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

{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}