{% if ibexa_field_value( parent_content, "show_image" ) == "1" %} {% if local_content is defined and local_content.fields.local_image is defined and not ibexa_field_is_empty( local_content, "local_image" ) %} {{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value( local_content, 'local_image' ).destinationContentId, 'viewType': 'embed', 'noLayout': 0, "params": {"class":"card-img-top img-fluid","alias": 'engagement_teaser', 'hideText': 'true', 'minimalMarkup': true,"alt": ibexa_field_value(content,'name') }} ) ) }} {% elseif not ibexa_field_is_empty( content, "image" ) %} {{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value( content, 'image' ).destinationContentId, 'viewType': 'embed', 'noLayout': 0, "params": {"class":"card-img-top img-fluid","alias": 'engagement_teaser', 'hideText': 'true', 'minimalMarkup': true,"alt": ibexa_field_value(content,'name') }} ) ) }} {% endif %} {% endif %}
{% if not ibexa_field_is_empty( content, "titel" ) %}{{ ibexa_render_field( content, 'titel' ) }} {% endif %}{% if not ibexa_field_is_empty( content, "vorname" ) %}{{ ibexa_render_field( content, 'vorname' ) }} {% endif %}{{ ibexa_render_field( content, 'name' ) }}

{% if ibexa_field_value( parent_content, "show_position" ) == "1" %} {% if local_content is defined and local_content.fields.local_position is defined and not ibexa_field_is_empty( local_content, "local_position" ) %} {{ ibexa_field_value( local_content, 'local_position' ) }}
{% elseif not ibexa_field_is_empty( content, "position" ) %}{{ ibexa_field_value( content, 'position' ) }}
{% endif %} {% endif %} {% if ibexa_field_value( parent_content, "show_position_detail" ) == "1" %} {% if local_content is defined and local_content.fields.local_position_detail is defined and not ibexa_field_is_empty( local_content, "local_position_detail" ) %} {{ ibexa_field_value( local_content, 'local_position_detail' ) }} {% elseif not ibexa_field_is_empty( content, "position_detail" ) %}{{ ibexa_field_value( content, 'position_detail' ) }}{% endif %} {% endif %}