{include file="$blogtemplate/header.template"}
{foreach from=$albums item=album} {assign var="aDate" value=$album->getTimestamp()}

{$album->getName()}

Album {$locale->tr("view")} ({$album->getNumResources()}) | {$locale->tr("created")} {$locale->formatDate($aDate,"%d %b, %Y")}
{$album->getDescription()|strip_tags|truncate:255:"..."|escape}
{/foreach}
{include file="$blogtemplate/footer.template"}