{include_template_file file="blocks/account_left.html"}
{if !$mode || $mode == 'uploaded'} {$search_query=$smarty.get.query}

{lang code="Photos"} ({$total_photos})

{if $photos} {foreach $photos as $photo} {/foreach}
{$photo.photo_title}
  • {$photo.collection_name}
  • {$photo.date_added|date_format:"%B %e, %Y"}
  • {$photo.views|number_format} {lang code='views'}
  • {$photo.total_comments|number_format} {lang code='comments'}
  • {$photo.total_favorites|number_format} {lang code='favorites'}
{if $photo.photo_id == $photo.cover_photo}{lang code='Cover photo'}{/if}{if $photo.featured == 'yes'}{lang code='Featured'}{/if}{if $photo.is_mature == 'yes'} {lang code='Mature'}{/if}
{/if} {if !$photos}

{lang code='No founds photos'}{if $smarty.get.query},{lang code='matching this keyword'}{/if}.

{/if}
{/if} {if $mode == 'favorite'} {$search_query=$smarty.get.query}

{lang code="Favorite Photos"} ({$total_photos})

{if $photos} {foreach $photos as $photo} {/foreach}
{$photo.photo_title}
  • {$photo.date_added|date_format:"%B %e, %Y"}
  • {$photo.views|number_format} {lang code='views'}
  • {$photo.total_comments|number_format} {lang code='comments'}
  • {$photo.total_favorites|number_format} {lang code='favorites'}
{if $photo.photo_id == $photo.cover_photo}{lang code='Cover photo'}{/if}{if $photo.featured == 'yes'}{lang code='Featured'}{/if}{if $photo.is_mature == 'yes'} {lang code='Mature'}{/if}
{/if} {if !$photos}

{lang code='No founds photos'}{if $smarty.get.query},{lang code='matching this keyword'}{/if}.

{/if}
{/if} {if $mode == 'avatars'} {if $no_avatar_collection}

{lang code="You have not uploaded any avatar. Upload an avatar"}

{else}

{$collection.collection_name} ({$total_photos})

{if $collection.collection_description}

{$collection.collection_description}

{/if}
{if $avatars}
{foreach $avatars as $avatar}

{$collection.collection_name}

{$avatar.date_added|date_format}
{$avatar.views|number_format} {lang code='views'}
{/foreach}
{/if}
{if !$avatars}

{lang code="You have not uploaded any avatar. Upload an avatar"}

{/if} {/if} {/if}