{## # 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. #} {% import _self as macros %} {% macro attributes(attributes) %} {% for key, value in attributes %} {{ key }}="{{ value }}" {% endfor %} {% endmacro %} {% if render_if_cbox is same as(true) %} {{ start_html|raw }} {{ end_html|raw }} {% endif %}