{if $paging}
{$paging}{/if}
{if $isBrowseByTagCase}
{if isset($tag)}
{text key="iisnews+results_by_tag" tag=$tag}
{else if isset($tagCloud)}
{$tagCloud}
{/if}
{/if}
{if $isSearchResultsCase}
{text key="iisnews+search_results_for" q=$q}
{/if}
{if $showList}
{foreach from=$list item='entry'}
{assign var=dto value=$entry.dto}
{*-- decorator data*}
{assign var=userId value=$dto->getAuthorId()}
{capture assign='info_string'}
{$dto->getTitle()}
{/capture}
{capture assign='content'}
{$entry.text}{if $entry.showMore}...
{text key='iisnews+more'}{/if}
{/capture}
{assign var='id' value=$dto->getId()}
{*~~ decorator data*}
{if $dto->image!=null}
{decorator name='ipc' infoString=$info_string data=$entry addClass="ow_stdmargin news_item news_with_image" content=$content toolbar=$toolbars[$id]}
{else}
{decorator name='ipc' infoString=$info_string addClass="ow_stdmargin news_item news_without_image" content=$content toolbar=$toolbars[$id] avatar=$avatars[$userId]}
{/if}
{foreachelse}
{text key='base+empty_list'}
{/foreach}
{if $paging}
{$paging}{/if}
{/if}
{$entrySearch}
{$tagSearch}
{if isset($archive) && isset($dateParsed)}
{/if}
{if isset($my_published_entrys_url)}
{/if}