{% apply spaceless %} {% set cols = parameters.col|default("col-md-4") %} {% if not ibexa_field_is_empty( content, field ) %} {% for contentId in field.value.destinationContentIds %} {% if isValidContentId(contentId) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': contentId, 'viewType': 'teaser', 'noLayout': 1, "params": { "fullDesign": true, "hideImage": false, "colWidth": 12, "equalHeight": false }} ) ) }}
{% endif %} {% endfor %} {% endif %} {% endapply %}