4  <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
 
   7   [%- LxERP.t8('An exception occurred during execution.') %]
 
  13     <td valign="top">[%- LxERP.t8('Type') %]:</td>
 
  14     <td valign="top">[%- HTML.escape(error.type) %]</td>
 
  18     <td valign="top">[%- LxERP.t8('Information') %]:</td>
 
  19     <td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>