## Left img
#if ($previous_image) <-Prev
$previous_image.filename
#else #end
## Toolbar and Sizelist fullscreen #if ($exif) info #end help start slideshow
#if ($movie_filename) ## MOVIE mode Download the movie:
$movie_filename
Others preview:
#foreach ($res in $movie_sizelist) $res.frames_per_width x $res.frames_per_height
#end #else ## IMAGE mode #if ($img_is_raw) Download the raw file:
$img_raw_filename
#end Others sizes:
#if ($img_sizelist) #foreach ($res in $img_sizelist) $res.size
#end #else None #end #end
## Right img
#if ($next_image) Next ->
$next_image.filename
#else #end