{% extends 'admin/admin_base.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Ödeme Bildirimleri" %} {% block title %}{{ page_title }}{% endblock %} {% set activeCustomerId = app.request.get('customer') %} {% block breadcrumb %} {% set fields = [ { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% endblock %} {% block page_buttons %} {% endblock %} {% block body %}