{% extends 'admin/admin_base.html.twig' %} {% set page_title = "Bildirim Ayarları" %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {% set fields = [ { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% endblock %} {% block body %} {% if managerNotifications|length > 0 %}

Yönetici için bildirimler

{% set notifications = managerNotifications %} {% include "admin/Main/Setting/NotificationSetting/_form.html.twig" %}
{% endif %} {% if customerNotifications|length > 0 %}

Müşteri için bildirimler

{% set notifications = customerNotifications %} {% include "admin/Main/Setting/NotificationSetting/_form.html.twig" %}
{% endif %} {% endblock %} {% block javascripts %} {% endblock %}