& "/downloads/dir/default.html", %ARGS &>
% return;
% if (exists $ARGS{'qrcd'}){
% my ($user_credits, $used_credits, $firsttime) = $m->comp("procs/getusercredits.m",user=>$user, extra_info=>1);
% if ($firsttime && (!exists $cookies{dl_note})){
<& user/first_time.html, %ARGS &>
% }elsif ($user_credits){
<& ficha.html, %ARGS &>
% }else{
<& user/no_credits.html, %ARGS &>
% }
% }else{
<& user/first_time.html, %ARGS &>
% }
<%ARGS>
$user=>undef
$item => undef
%ARGS>