{ if isset($ExifMadeWith) }
Image taken with:
{$ExifMadeWith}
{ /if }
{ if isset($ExifMadeOn) }
Image made on:
{$ExifMadeOn}
{ /if }
{ if isset($ExifOrigResolution) }
Original resolution:
{$ExifOrigResolution}px
{ /if }
Size: {$ExifFileSize}
{ if isset($image_rating) && $image_rating > 0 }
Rating:
{section name="rating" loop=$image_rating step=1}
{/section}
{ /if }
{ if isset($has_versions) }
Versions:
{ /if }
{ if isset($tags) }
Tagged with:
{ foreach from=$tags key=id item=name }
{$name}
{ /foreach }
{ /if }
{ if isset($prev_img) && isset($previous_url) }
Previous:
{ /if}
{ if isset($next_img) && isset($next_url) }
Next:
{ /if}