{% if not ibexa_field_is_empty( content, 'survey_relation' ) %} {% set surveyId = ibexa_field_value(content, 'survey_relation').destinationContentId %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': surveyId, 'viewType': 'embed'} ) ) }}
{% endif %}