/ Published in: eZ Publish
                    
                                        
The sidebar_box is an object of type relations object.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
{let attribute=$node.data_map.sidebar_boxes}
{section show=$attribute.content.relation_list}
{section var=Relations loop=$attribute.content.relation_list sequence=array( bglight, bgdark )}
{section show=$Relations.item.in_trash|not()}
{let object=fetch( content, object, hash( object_id, $Relations.item.contentobject_id ) )}<br />
{section show=$object.main_node_id|null|not}
{$object.current.data_map.header.data_text}
{$object.current.data_map.content.data_text}
{/let}
{/section}
{/section}
{section-else}
{'There are no related objects.'|i18n( 'design/standard/content/datatype' )}
{/section}
{/let}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                