{* шаблон блока обзора новостей *} {if $articles_array}
{section name=i loop=$articles_array max=3}
{$articles_array[i].name|truncate:70:'...'}
{$articles_array[i].textToPrePublication|truncate:160:'...'}
{$smarty.const.STRING_MOREPR}
{/section}
{$smarty.const.STRING_ALL_ARTICLES} {else}
{$smarty.const.STRING_NO_ARTICLES}
{/if}