{include file="$blogtemplate/header.template"}

{$locale->tr("albums")}

{foreach from=$albums item=album} {assign var="aDate" value=$album->getTimestamp()}

{$album->getName()}

{$locale->tr("created")} {$locale->formatDate($aDate,"%d %b, %Y")}

{$album->getDescription()|strip_tags|truncate:255:"..."|escape}

{/foreach}
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}