{% extends '../layout/admin.html' %} {% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('external_notification.external_notification')) }}{% endblock %} {% block content_header %} <h1 class="title">{{ t('external_notification.external_notification') }}</h1> {% endblock %} {% block content_main %} <div id="admin-notification-setting" class="admin-notification"></div> {% endblock content_main %}