{% extends 'admin/admin_base.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 breadcrumb %} {% set fields = [ { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% endblock %} {% block page_buttons %} {% endblock %} {% block body %}
{{ sg_datatables_render(searchRecordDatatable) }}
{% endblock %} {% block top_stylesheets %} {% endblock %} {% block head_javascripts %} {% include 'admin/Common/_datatable_all_js.html.twig' %} {% endblock %} {% block javascripts %} {% endblock %}