{% if fullDesign is defined %} {% if isValidLocationId(locationId) %}
{% if not hideImage and not ibexa_field_is_empty( content, "teaserimage" ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"teaserimage").destinationContentId, 'viewType': 'embed', 'params': {'alias': 'redesign_teaser', 'hideText': 'true', 'lightbox': false}} ) ) }}
{% endif %}

{{ ibexa_render_field( content, 'name' ) }}

{{ ibexa_render_field( content, 'short_description' ) }}
{{ 'Read more'|trans }}
{% endif %} {% else %} {% if not ibexa_field_is_empty( content, "short_name" ) %}
{{ ibexa_render_field( content, 'short_name' ) }}
{% endif %}
{{ ibexa_render_field( content, 'name' ) }}
{% endif %}