@if(count($news) > 0)

{{isset($custom_news_title) ? $custom_news_title : $siteCtrl->_l("NEWS")}}

@for($n = 0; $n < count($news); $n++) @include('site.page.block.content.news.elenco', array('objnews' => $news[$n], 'real_time' => true)) @endfor
@endif