1 [%- USE LxERP %][% USE HTML %]<body>
 
   3  <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
 
   6   [%- LxERP.t8('An exception occurred during execution.') %]
 
  12     <td valign="top">[%- LxERP.t8('Type') %]:</td>
 
  13     <td valign="top">[%- HTML.escape(error.type) %]</td>
 
  17     <td valign="top">[%- LxERP.t8('Information') %]:</td>
 
  18     <td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>