{lang code='photo' assign='object_type'}
{assign var=json value=$photo.photo_details|json_decode}

{lang code='Most Popular'}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/PopularPhotos.html" photo=$photos[p_list]} {sectionelse} {lang code='no_results_found'} {/section}

{lang code='Top Collections'}

{section name=c_list loop=$collections} {include file="$style_dir/blocks/topCollection.html" collection=$collections[c_list]} {sectionelse} {lang code='no_results_found'} {/section}
{section name=list loop=$uphotos} {include file="$style_dir/blocks/photo.html" display_type="related_photos" photo=$uphotos[list]} {/section}