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