{* assign var=subs_vids value=$userquery->get_subscribed_videos($userquery->userid,10)* }
{assign var=subs_uploads value=$userquery->getSubscriptionsUploadsWeek($userquery->userid,10)}
{if $subs_uploads}
{foreach from=$subs_uploads item=item key=type}
{if $type == 'videos'}
{/if}
{if $type == 'photos'}
{/if}
{/foreach}
{else}
{lang code='no_new_subs_video'}
{/if}