{% 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'} %}
{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}