{if $app_albums}
    {foreach $app_albums as $item}
  • {$item.name} {$item.count}
  • {/foreach}
{/if}
{$albums_tree_html}
    {foreach $photos as $p}
  • {if $p.description}
    {$p.description|escape|truncate:100}
    {/if}
  • {foreachelse}

    [`There are no photos in this album.`]

    {/foreach}