{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}