[% IF ( success ) %] The file [% uploaded_file | html %] has been successfully uploaded.

[% ELSE %] [% IF ( error ) %]

Error: Failed to upload file. See logs for details.

[% ELSE %] [%# This block display recursively a directory tree in variable 'dirs' %] [% BLOCK list_dirs %] [% IF dirs.size %] [% END %] [% END %] [% IF (error_upload_path_not_configured) %]

Configuration error

Configuration variable 'uploadPath' is not configured.

Please configure it in your koha-conf.xml

[% ELSE %]

Please select the file to upload :

[% filefield %]

Choose where to upload file

[% INCLUDE list_dirs dirs = dirs_tree %]
[% END %] [% END %] [% END %]