<{* IMAGE PART *}>
<{* BIG NORMAL IMAGES *}>
<{if $photo.is_normal_image && ( $size == 1 ) }>
  
  <{if $photo.img_middle_width && $photo.img_middle_height }>
     <{else}>
  <{else}>
     <{/if}>
  <{/if}>
  
<{* NORMAL IMAGES *}>
<{elseif $photo.is_normal_image }>
  
  <{if $photo.img_thumb_width && $photo.img_thumb_height }>
     <{else}>
  <{else}>
     <{/if}>
  <{/if}>
  
<{* MOBILE VIDEO , OTHERS *}>
<{else}>
  
  <{if $photo.img_thumb_width && $photo.img_thumb_height }>
     <{else}>
  <{else}>
     <{/if}>
  <{/if}>
  
<{/if}>
<{* PHOTO"S SUBJECT *}>
<{$photo.title_conv}>
<{* SUBMITTER *}>
<{$photo.uname_conv}>
<{* DATE *}>
<{if $photo.datetime_disp != '' }>
   <{$photo.datetime_disp}>
<{/if}>
<{* PLACE *}>
<{if $photo.place_conv != '' }>
   <{$photo.place_conv}>
<{/if}>
<{* DURATION *}>
<{if $photo.is_video }>
  <{$lang_video_conv}>
  <{if $photo.cont_duration > 0 }>
     <{$photo.cont_duration}> <{$lang_second_conv}> 
  <{/if}>
<{/if}>
<{* SUMMARY *}>
<{if $photo.summary_conv != '' }>
   <{$photo.summary_conv}>
<{/if}>
<{* OTHERS *}>
<{if $photo.artist_conv != '' }>
   <{$photo.artist_conv}> 
<{/if}>
<{if $photo.album_conv != '' }>
   <{$photo.album_conv}> 
 
<{/if}>
<{if $photo.label_conv != '' }>
   <{$photo.label_conv}> 
 
<{/if}>
<{if $photo.text_1_conv != '' }>
   <{$photo.text_1_conv}> 
 
<{/if}>
<{if $photo.text_2_conv != '' }>
   <{$photo.text_2_conv}> 
 
<{/if}>
<{if $photo.text_3_conv != '' }>
   <{$photo.text_3_conv}> 
 
<{/if}>
<{if $photo.text_4_conv != '' }>
   <{$photo.text_4_conv}> 
 
<{/if}>
<{if $photo.text_5_conv != '' }>
   <{$photo.text_5_conv}> 
 
<{/if}>
<{if $photo.text_6_conv != '' }>
   <{$photo.text_6_conv}> 
 
<{/if}>
<{if $photo.text_7_conv != '' }>
   <{$photo.text_7_conv}> 
 
<{/if}>
<{if $photo.text_8_conv != '' }>
   <{$photo.text_8_conv}> 
 
<{/if}>
<{if $photo.text_9_conv != '' }>
   <{$photo.text_9_conv}> 
 
<{/if}>
<{if $photo.text_10_conv != '' }>
   <{$photo.text_10_conv}> 
 
<{/if}>