{## # 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. #} {% if column_class_editable_selector is defined %} {% if data is same as(true) %} {{ true_label }} {% elseif data is same as(false) %} {{ false_label }} {% elseif data is same as(null) %} {% if default_content is not same as(null) %} {{ default_content }} {% else %} {{ empty_text }} {% endif %} {% endif %} {% else %} {% if data is same as(true) %} {{ true_label }} {% elseif data is same as(false) %} {{ false_label }} {% elseif data is same as(null) %} {% if default_content is not same as(null) %} {{ default_content }} {% else %} {{ data }} {% endif %} {% endif %} {% endif %}