{% extends 'admin/admin_base_new.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Arama İstatistikleri" %} {% block title %}{{ page_title }}{% endblock %} {% set activeCustomerId = app.request.get('customer') %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {% set fields = [{ 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% endblock %} {% block body %} {# {% set rquery = app.request.query %}#} {# {% set queryFilter = rquery.all('filter') %}#} {# {% set isFiltering = rquery.has('filter') %}#} {#
#} {#
#} {#
#} {#
#} {#
#} {#

#} {# #} {#

#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#}
Tablo Yükleniyor...
{% endblock %} {% block javascripts %} {% endblock %}