{if $display_type == ""}
{get_photo details=$photo output='html' class='photoThumbBox moveL' style='margin-right:5px;'}
{$photo.photo_title|truncate:15}
{$photo.views|number_format} {lang code="views"}
{$photo.total_comments} {lang code="comments"}
{$photo.collection_id|get_collection_field}
{/if} {if $display_type == 'related_photos'}
{get_photo details=$photo output='html' class='photoThumbBox moveL' style='margin-right:5px;'}
{$photo.photo_title|truncate:15}
{$photo.views|number_format} {lang code="views"}
{$photo.total_comments} {lang code="comments"}
{show_rating rating=$photo.rating total='10' class='rating moveL'}
{/if} {if $display_type == 'subscription'}
{get_photo details=$photo output='html' class='photoThumbBox'}
{$photo.photo_title|truncate:15}
{show_rating rating=$photo.rating total='10' class='rating'}
{$photo.views|number_format} {lang code="views"}
{$photo.username|truncate:20}
{/if}