{if $block_type == '' || $block_type=='normal'}

{$user.username}

    {if isSectionEnabled('videos')}
  • {$user.total_videos|number_format} {lang code="videos"}
  • {/if} {if isSectionEnabled('photos')}
  • {$user.total_photos|number_format} {lang code="photos"}
  • {/if}
  • {$user.profile_hits|number_format} {lang code="views"}
  • {$user.subscribers|number_format} {lang code="subscribers"}
{/if} {if $block_type=='groups_show'}

{$user.username}

 {$user.profile_hits|number_format} {lang code='views'}
 {$user.total_videos|number_format} {lang code='Videos'}
 {$user.total_photos|number_format} {lang code="photos"}
{$user.subscribers|number_format} {lang code="subscribers"}
{/if} {if $block_type =='small'}
{$user.username}
{/if} {if $block_type =='medium'}
{$user.username}
{$user.total_videos|number_format} {lang code="videos"} {$user.profile_hits|number_format} {lang code="views"}
{/if} {if $block_type == "friends"}
{$user.username}
{/if} {if $block_type == "topic_view"}
{$user.username}
{/if}