{* @event frontend_photo.%plugin_id%.top_left *} {foreach $frontend_photo as $plugin_id => $item}{if !empty($item.top_left)} {$item.top_left} {/if}{/foreach}
{* @event frontend_photo.%plugin_id%.top_right *} {foreach $frontend_photo as $plugin_id => $item}{if !empty($item.top_right)} {$item.top_right} {/if}{/foreach}
{$stack_nav}
{$wa->photos->getImgHtml($photo, '970x0', ['id' => 'photo','itemprop' => 'image'])}

{$photo.name}

{if $photo.description}

{$photo.description}

{/if}
{* @event frontend_photo.%plugin_id%.sidebar *} {foreach $frontend_photo as $plugin_id => $item}{if !empty($item.sidebar)}{$item.sidebar}{/if}{/foreach}
{if $exif}

{$exif}

{/if} {if $author || $albums || $tags}

{if $author} [`Uploaded by`] {$author}
{/if} {if $albums} [`Albums`]: {$albums}
{/if} {if $tags} [`Tags`]: {$tags} {/if}

{/if} {* @event frontend_photo.%plugin_id%.content *} {foreach $frontend_photo as $plugin_id => $item}{if !empty($item.content)}{$item.content}{/if}{/foreach}
{* @event frontend_photo.%plugin_id%.bottom *} {foreach $frontend_photo as $plugin_id => $item}{if !empty($item.bottom)}{$item.bottom}{/if}{/foreach}