<form action="edit_forma_info.php" id="edi" name="edi" method="post" enctype="multipart/form-data">
<input type="hidden" name="id" id="id" value="{$entity.id}" />
<input type="hidden" name="company_id" id="company_id" value="{$entity.company_id}" />
<input type="hidden" name="save" id="save" value="1" />
<table class="tableborder">
<tr>
<td>{#year#}:</td>
<td><input type="text" name="year" maxlength="4" size="4" value="{$entity.year}" /></td>
</tr>
<tr>
<td>{#txt8#}:</td>
<td>
<input name="interest" type="radio" value="1" {if $entity.interest eq 1}checked {/if}/>{#yes#}
<input name="interest" type="radio" value="0" {if $entity.interest eq "0"}checked {/if}/>{#no#}
<br>
<input name="reason_late" type="checkbox" value="1" {if $entity.reason_late eq 1}checked {/if}/> {#txt9#}
<br>
<input name="reason_small" type="checkbox" value="1" {if $entity.reason_small eq 1}checked {/if}/> {#txt10#}
<br>
<input name="reason_staff" type="checkbox" value="1" {if $entity.reason_staff eq 1}checked {/if}/> {#txt11#}
<br>
<input name="reason_cost" type="checkbox" value="1" {if $entity.reason_cost eq 1}checked {/if}/> {#txt12#}
<br>
<input name="interest_nextyear" type="checkbox" value="1" {if $entity.interest_nextyear eq 1}checked {/if}/> {#txt6#}
<br>
<input name="reminder" type="checkbox" value="1" {if $entity.reminder eq 1}checked {/if}/> {#txt15#}
<br>
</td>
</tr>
<tr>
<td>{#other#}:</td>
<td><textarea name="reason" cols="50" rows="5">{$entity.reason}</textarea></td>
</tr>
<tr>
<td>
{#txt13#} {$entity.year}
</td>
<td>
<input name="participation" type="checkbox" value="1" {if $entity.participation eq 1}checked {/if}/> {#yes#}
<br>
</td>
</tr>
<tr>
<td colspan=2>
<br>
{#txt14#}
</td>
</tr>
<tr>
<td></td>
<td>
<input name="interest_alternative" type="radio" value="1" {if $entity.interest_alternative eq 1}checked {/if}/>{#yes#}
<input name="interest_alternative" type="radio" value="0" {if $entity.interest_alternative eq "0"}checked {/if}/>{#no#}
<br>
</td>
</tr>
<tr>
<td>{#proposals#}:</td>
<td><textarea name="proposals" cols="50" rows="5">{$entity.proposals}</textarea></td>
</tr>
<tr>
<td colspan="2">
<a href="company.php?id={$entity.company_id}"><img src="images/icons/back.gif"></a>
<a href="."><img src="images/icons/home.gif" alt="{#txt4#}"></a>
<a href="delete_forma_info.php?id={$entity.id}&company_id={$entity.company_id}"><img src="images/icons/delete.gif" alt="elimina"></a>
<input type="submit" value="{#save#}" />
</td>
</tr>
</table>
</form>