{include file="header.html"}
{$lng_news.news}

{include file="modules/news/navigation.html"}

{include file="paginator.html"}
{$lng.listings.check_all} | {$lng.listings.uncheck_all}
{foreach from=$array_news item=v} {/foreach} {if !$no } {/if}
{$lng.general.id} {$lng_news.image} {$lng_news.title} {$lng.custom_fields.date} {$lng_news.language} {$lng.general.action}
#{$v.id}
{if $v.image}{/if} {$v.title} {$v.date_nice} {if $languages|@count > 1} {if $v.language_image}{else}{$v.name}{/if}{/if} {if $v.active==0} {else} {/if}
 {$lng_news.no_news}

{include file="paginator.html"}
{include file="footer.html"}