<!-- Display the field validation -->
{if $form_validation}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading">{t}alert{/t}</td>
</tr>
<td class="row1">
<br/>
{foreach from=$form_validation item=record}
{$record}<br/>
{/foreach}
</td>
</table>
{else}
<td class="table_heading">{t}Module Installed{/t}</td>
<td class="row1"><div style="text-align: center;"><br/>Congratulations, the new module installation has been completed!<br/><br></div></td>
{/if}