3  <h3>[%- LxERP.t8('Errors') %]</h3>
 
   5  <p>[%- LxERP.t8('Found #1 errors.', SELF.errors.size) %]</p>
 
   8   <tr class="listheading">
 
   9    <th>[%- LxERP.t8('Line and column') %]</th>
 
  10    <th>[%- LxERP.t8('Block') %]</th>
 
  11    <th>[%- LxERP.t8('Error') %]</th>
 
  13   [% FOREACH err = SELF.errors %]
 
  15     <td>[% err.4 %]:[% err.3 %]</td>