[%- USE T8 %]
[%- USE LxERP %][%- USE P -%]
-<form method="post" action="[% script | html %]">
+<h1>[% title | html %]</h1>
+
+[%- INCLUDE 'common/flash.html' %]
+
+<form method="post" action="[% script | html %]" id="form">
<input type="hidden" name="terms" value="[% terms | html %]">
<input type="hidden" name="[% temp %]" value="[% $temp | html %]">
[% END %]
-<h1>[% title | html %]</h1>
-
[% IF ( saved_message ) %]
<p>[% saved_message | html %]</p>
[% END %]