{if $app_albums}
{foreach $app_albums as $item}
{$item.count}
{$item.name}
{/foreach}
{/if}
{$albums_tree_html}
{foreach $photos as $p}
{$p.name|escape}
{if $p.description}
{$p.description|escape|truncate:100}
{/if}
{foreachelse}
[`There are no photos in this album.`]
{/foreach}