{% trans_default_domain 'SmartDatatablesBundle' %} {% if rows is not empty %} {% for row in rows %} {% if checkbox == true %}
{% endif %} {% for key, column in row.data %} {{ column|raw }} {% endfor %} {% endfor %} {% else %} {{ 'common.table.no_result'|trans }} {% endif %}