% if (!defined(stash('f')) && defined(stash('msg'))) {
<%= stash('msg') %>
% } else {
<%= stash('f')->filename %>
% if (defined(stash('msg'))) {
<%= stash('msg') %>
% } else {
<%= l('Please wait while we are getting your file') %>
%= javascript begin
var ws_url = '<%= url_for('download')->to_abs() %>';
var i18n = {
download: '<%= l('Download') %>',
confirmExit: '<%= l('You have attempted to leave this page. The download will be canceled. Are you sure?') %>',
}
% end
%= javascript '/js/sjcl.js'
%= javascript '/js/lufi-down.js'
% }
% }