[% 'Documents in the WebDAV repository' | $T8 %]
[% IF WEBDAV && WEBDAV.size %]
[% 'File name' | $T8 %] |
[% 'WebDAV link' | $T8 %] |
[% FOREACH file = WEBDAV %]
[% HTML.escape(file.name) %] |
[% HTML.escape(file.type) %] |
[% END %]
[% ELSE %]
[% LxERP.t8("There are no documents in the WebDAV directory at the moment.") %]
[% END %]