{% if fullDesign is defined %} {% if isValidLocationId(locationId) %} {% set linkURL = getSiteaccessUrl(locationId) %} {% set thisHost = app.request.getSchemeAndHttpHost() %} {% if linkURL starts with thisHost %} {% set linkIcon = '' %} {% else %} {% set linkIcon = '' %} {% endif %}
{% if not hideImage and not ibexa_field_is_empty( content, "image_teaser" ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image_teaser").destinationContentId, 'viewType': 'embed', 'params': {'alias': 'redesign_teaser', 'hideText': 'true'}} ) ) }}
{% endif %}
{{ ibexa_render_field( content, 'teasertext' ) }}
{% if linkURL starts with "https://www.donbosco-engagement.de"%}Zum Projekt auf Don Bosco Engagement{% else %}Zum Projekt{% endif %}{{ linkIcon|raw() }}
{% endif %} {% endif %}