5  <form method="post" action="ic.pl">
 
   7   [%- FOREACH row = HIDDENS %]
 
   8   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
 
  11   <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
 
  14    [% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]
 
  17   <p>[% 'Are you sure you want to update the prices' | $T8 %]?</p>
 
  20    <input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
 
  21    <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">