% if (!defined(stash('f')) && defined(stash('msg'))) {
        
    % } else {
        
<%= stash('f')->filename %>
        % if (defined(stash('msg'))) {
        
        % } else {
        
            
            <%= l('Please wait while we are getting your file. We first need to download and decrypt all parts before you can get it.') %>
            
            
         
        
%= javascript begin
var ws_url = '<%= url_for('download')->to_abs() %>';
var i18n   = {
    aborted1:    '<%= l('Download aborted.') %>',
    aborted2:    '<%= l('Click here to refresh the page and restart the download.') %>',
    badkey:      '<%= l('It seems that the key in your URL is incorrect. Please, verify your URL.') %>',
    confirmExit: '<%= l('You have attempted to leave this page. The download will be canceled. Are you sure?') %>',
    download:    '<%= l('Get the file') %>',
    loading:     '<%= l('Asking for file part XX1 of %1', stash('f')->nbslices) %>',
    nokey:       '<%= l('You don\'t seem to have a key in your URL. You won\'t be able to decrypt the file. Download canceled.') %>',
}
% end
%= javascript '/js/filesize.min.js'
%= javascript '/js/sjcl.js'
%= javascript '/js/lufi-down.js'
    % }
% }