{% for newsArticle in locationList %}
{% if not ibexa_field_is_empty( newsArticle.content, "teaserimage" ) %} {{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(newsArticle.content,"teaserimage").destinationContentId, 'viewType': 'embed', 'params': {'alias': 'imageTeaser800x400', 'minimalMarkup': true, 'class': 'card-img-top'}} ) ) }} {% endif %}

{{ ibexa_field_value(newsArticle.content,'intro')|striptags|u.truncate(200,'...', false) }}

{% endfor %}