8b70d41a092f0cc73767fcc684199206e2a1024a
[kivitendo-erp.git] / templates / webpages / generic / exception.html
1 [%- USE LxERP %]
2 [%- USE HTML %]
3
4  <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
5
6  <p>
7   [%- LxERP.t8('An exception occurred during execution.') %]
8  </p>
9
10  <div>
11   <table>
12    <tr>
13     <td valign="top">[%- LxERP.t8('Type') %]:</td>
14     <td valign="top">[%- HTML.escape(error.type) %]</td>
15    </tr>
16
17    <tr>
18     <td valign="top">[%- LxERP.t8('Information') %]:</td>
19     <td valign="top"><pre>[%- HTML.escape(error.info) %]</pre></td>
20    </tr>
21   </table>
22  </div>
23