4 <div class="message message_error">[% LxERP.t8('Error!') %]</div>
8 <p>[% LxERP.t8('An exception occurred during execution.') %]</p>
10 <table class="tbl-horizontal">
12 <td>[% LxERP.t8('Type') %]:</td>
13 <td>[% HTML.escape(error.type) %]</td>
16 <td>[% LxERP.t8('Information') %]:</td>
17 <td><code>[% HTML.escape(error.info) %]</code></td>
21 </div><!-- /.wrapper -->