% if (!defined(stash('f')) && defined(stash('msg'))) {
% } else {
<%= stash('f')->filename %>
% if (defined(stash('msg'))) {
% } else {
% if (stash('file_pwd')) {
% }
<%= l('Please wait while we are getting your file. We first need to download and decrypt all parts before you can get it.') %>
%= javascript '/partial/render.js?nbslices='.stash('f')->nbslices.'&file='.stash('f')->short
%= javascript '/js/filesize.min.js'
%= javascript '/js/sjcl.js'
%= javascript '/js/jszip.min.js'
%= javascript '/js/lufi-down.js'
% }
% }