var template_download = tmpl('{% for (var i=0, file; file=o.files[i]; i++) { %}
  • {%=file.name%}({%=o.formatFileSize(file.size)%}){% if (file.error) { %}'+dotclear.jsUpload.msg.error+' {%=file.error%}{% } else { %}'+dotclear.jsUpload.msg.file_successfully_uploaded+'{% } %}
    {% if (!file.error) { %}
    100%
    {% } %}
  • {% } %}');