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

{$album->getName()}

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