[%- USE T8 %] [%- USE P %] [%- USE LxERP %] [%- USE HTML %]

[% 'Missing Files' | $T8 %]

[% 'Please resolve the errors by deleting the invalid database entries or by adding the corresponding files to the expected paths.' | $T8 %] [% FOREACH error = ERRORS %] [% END %]
[% 'Error Message' | $T8 %]
[% error | html %]
[% P.checkbox_tag( "delete_file_entries_of_missing_files", value=1, label=LxERP.t8("Automatically delete entries for missing files. Ensure that these files are no longer required!") ) %]
[% P.submit_tag("rerun_add_file_version", LxERP.t8("Rerun update")) %]