{if count($item->list)} {if $item->title}
{$row.date|date_format:'%B %e, %Y'}
{if $CURRENT_PAGE == ''} {if $row.introduction && $row.introduction|trim|strlen} {$row.introduction|strip_tags|replace:' ':' '|trim|truncate:80|htmlspecialchars|nl2br} {else} {$row.content|strip_tags|replace:' ':' '|trim|truncate:80} {/if} {/if}