{if $posts|@count eq 0}
{"No posts found."|gettext}
{else} {foreach from=$posts item=cPost}
{$cPost->data.post_title|truncate:25}
{/foreach} {/if}