<{strip}> <{* IMAGE PART *}>
<{if $photo.is_normal_image }> <{* NORMAL IMAGES *}> alt='<{$photo.title}>' title='<{$photo.title}>' /> <{else}> <{* FILES OTHER THAN IMAGES *}> alt='<{$photo.title}>' title='<{$photo.title}>' /> <{/if}>
<{* INFORMATION PART *}> <{* 1ST LINE OF INFORMATION *}>
<{* 2ND LINE OF INFORMATION *}>
<{* SUBMITTER *}> <{if $photo.submitter > 0}> <{$lang_submitter}>    <{$photo.submitter_name}>    <{$photo.info_morephotos}> <{else}> <{$lang_submitter}> <{$photo.submitter_name}> <{/if}> <{* CATEGORY *}> <{if $photo.cat_title}> <{$photo.cat_title}>    <{/if}> <{* LAST UPDATED *}> <{$lang_lastupdatec}>  <{* HIT COUNTS *}> <{$lang_hitsc}><{$photo.hits}>  <{* COMMENT COUNTS *}> <{$lang_commentsc}><{$photo.comments}>  <{* VOTE BUTTON *}> <{if $canratevote}> <{$lang_ratethisphoto}> <{/if}> <{* TELL A FRIEND *}> <{if $cantellafriend}> <{$lang_tellafriend}> <{$lang_tellafriend}> <{/if}>
<{* EDIT ICON *}> <{if $photo.can_edit}> <{$lang_editthisphoto}> <{/if}> <{* PHOTO'S SUBJECT *}> <{$photo.title}>    <{* RANK & RATING *}> <{if $canrateview}> <{if $photo.rating > 0}> <{$photo.rating}> <{else}> <{$photo.info_votes}> <{/if}> <{/if}> <{* NEW ICON *}> <{if $photo.is_newphoto}>    <{$lang_new}> <{/if}> <{* UPDATE ICON *}> <{if $photo.is_updatedphoto}>    <{$lang_updated}> <{/if}> <{* POPULAR ICON *}> <{if $photo.is_popularphoto}>    <{$lang_popular}> <{/if}>
<{* DESCRIPTION *}> <{if $photo.description}>
<{$photo.description}>
<{/if}>
<{/strip}>