{## # 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 data %} {% set path = image.relativePath ~ '/' ~ data %} {% if image.enlarge is same as(true) %} {% set enlargedPath = asset(path)|imagine_filter(image.imagineFilterEnlarged) %} {% else %} {% endif %} {% else %} {% if image.holderUrl is not same as(null) %} {% endif %} {% endif %}