{literal} {/literal}
{capture name=some_content assign=field_name}title_{$crt_lang}{/capture}
{$news_settings[$field_name]}
{foreach from=$news item=v name=newsloop}
{$v.title}

{if $v.image}
{/if} {$v.summary}

{if $smarty.foreach.newsloop.index<$news|@count-1}
{/if} {/foreach}