{if $object.photo_id}
{$object.photo_title}
{get_photo details=$object output='html' size='l' width='370'}
{show_rating class='rating' rating=$object.rating ratings=$object.rated_by total='10'}
{lang code='views'} {$object.views|number_format}
{$object.photo_description|description|truncate:200}
{lang code='watch_on_photo_page'}
{/if} {if $object.videoid}
{$object.title}
{FlashPlayer vdetails=$object width='100%' height='280' autoplay=true}
{show_rating class='rating' rating=$object.rating ratings=$object.rated_by total='10'}
{lang code='views'} {$object.views|number_format}
{$object.description|description|truncate:200}
{lang code='watch_video_page'}
{/if}