{$album.name} {* @event frontend_collection.%plugin_id%.name *} {foreach $frontend_collection as $item}{if !empty($item.name)}{$item.name}{/if}{/foreach}

{if $album.note}{$album.note}{/if} {if $album.description}

{$album.description}

{/if} {if $childcrumbs} {/if} {* @event frontend_collection.%plugin_id%.content *} {foreach $frontend_collection as $item}{if !empty($item.content)}{$item.content}{/if}{/foreach} {* display album according to the album's custom parameter "view" *} {if !empty($photos)} {if !empty($album.view) && $album.view == 'thumbs'} {* NOTE: this 'thumbs' option is just for demo purpose *}
{include file='photos-thumbs.html'}
{else} {* default album view mode *} {include file='photos-plain.html'} {/if} {* NOTE: you main link your custom photo list templates instead of those shown above *} {else}

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

{/if}