{if $addNew_isAuthorized}
{if $addNew_promoted}
{decorator name='button' class='ow_ic_add owm-btn-add-new-entry' id='btn-add-new-entry' langLabel='iisnews+add_new'}
{else}
{/if}
{/if}
{$menu}
{$entrySearch}
{$tagSearch}
{if $isBrowseByTagCase}
{if $tag}
{text key="iisnews+results_by_tag" tag=$tag}
{else}
{$tagCloud}
{/if}
{else}
{/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()}
{assign var='id' value=$dto->getId()}
{foreachelse}
{text key='base+empty_list'}
{/foreach}
{if $paging}{$paging}{/if}
{/if}