{{ 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 %}