% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
% if (defined(config('broadcast_message'))) {
<%= config('broadcast_message') %>
% } % if (stash('invitation')) {
<%= l('The link(s) of your file(s) will automatically be sent by mail to %1 (%2)', stash('invitation')->ldap_user, stash('invitation')->ldap_user_mail) %>
% } % if (stop_upload) {
<%= l('Sorry, the uploading is currently disabled. Please try again later.') %>
% }