{if $this->getAttribute( 'showImage' )}
{image src=$Child->getAttribute('image_site') width=650 class="sidebox4-container-image"}
{/if}
{if $this->getAttribute( 'showTitle' ) || $this->getAttribute( 'showShort' )}
{$Child->getAttribute('title')}
{/if}{text_passage text=$Child->getAttribute('short') start=0 end=120 striphtml=true append="..."}
{/if} {if $this->getAttribute( 'showContent' )} {$Child->getAttribute('content')} {/if}