{include file="header.html"} {literal} {/literal} {capture name=some_content assign=field_name}title_{$crt_lang}{/capture}
{$news_settings[$field_name]}
{if $no_news>0} {if $no_news>$news_per_page} {/if} {foreach name=listings from=$news item=v} {/foreach} {if $no_news>$news_per_page} {/if}
{include file="paginator.html"}
{$v.title}
{$v.content}
{include file="paginator.html"}
{/if} {include file="footer.html"}