{foreach $photos as $p}
  • {if $p.description}
    {$p.description|escape|truncate:100}
    {/if}
  • {foreachelse}

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

    {/foreach}