{% block ezobjectrelationlist_field %} {% apply spaceless %} {% if not ibexa_field_is_empty( content, field ) %} {% for contentId in field.value.destinationContentIds %} {{ render( controller( "ibexa_content:viewAction", {'contentId': contentId, 'viewType': 'embed', 'noLayout': 1} ) ) }} {% endfor %} {% endif %} {% endapply %} {% endblock %} {% block ezimage_field %} {% apply spaceless %} {% if not ibexa_field_is_empty( content, field ) %} {% set imageAlias = ibexa_image_alias( field, versionInfo, parameters.alias|default( 'original' ) ) %} {% if imageAlias %}{{ asset( imageAlias.uri ) }}{% else %}//:0{% endif %} {% endif %} {% endapply %} {% endblock %}