<!-- BEGIN form -->
<p><b>{header_lang}</b><hr>

{error_message}<p>

<form method="POST" action="{form_action}">
 <table border="0" align="center" width="60%">

  {rows}

 </table>
</form>
<!-- END form -->