{## # 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 %} data-{{ key }}="{{ value }}" {% endfor %} {% endmacro %} {{ data|raw }}