Enhancement
Major
Detail
Detail
Enhancement
Nice to have
#28089
Rendering safety: Catching errors when rendering template variables
When rendering via a template, the entire rendering process is aborted if access to a template variable returns an error (assertion, exception).
Instead, error handling should be carried out locally for the variable access and the rest of the template should be terminated normally. Otherwise, if an error occurs in a table cell, the entire table ends at the faulty cell.
Test
- Throw an AssertionError from a table accessor.
- The error should be displayed in the cell and the rest of the table should be written normally.