{## # This file is part of the SgDatatablesBundle package. # # (c) stwe # # For the full copyright and license information, please view the LICENSE # file that was distributed with this source code. #} {% block sg_datatables %} {% block sg_datatables_html %} {% include '@SgDatatables/datatable/datatable_html.html.twig' %} {% endblock %} {% block sg_datatables_js %} {% include '@SgDatatables/datatable/datatable_js.html.twig' %} {% endblock %} {% endblock %}