{include file="$blogtemplate/header.template"} {foreach from=$albums item=album} {/foreach}
{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:"..."}
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}