<table width="90%" cellpadding="2" class="tableborder">
<tr>
<td align="right" bgcolor="#CCFFFF" width="50%" rowspan="2"><b>{#company#}</b></td>
<td class="todos" width="50%" rowspan="2"><b>{#todo#}</b></td>
<td class="forma" colspan="2"><b>{#careerdays#}</b></td>
</tr>
<tr>
<td class="forma"><b>04</b></td>
<td class="forma"><b class="red">05</b></td>
</tr>
{foreach item=entity from=$list}
<tr>
<td align="right" bgcolor="#CCFFFF">
<a href="company.php?id={$entity.id}">{$entity.company}</a>
{if $entity.company eq NULL}
<a href="edit_company.php?id={$entity.id}"><img src="images/icons/edit2.gif"></a>
{/if}
</td>
<td class="todos">
{include file="result_todos.tpl" title="All TO-DOs"}
</td>
<td class="forma">
{include file="forma04_status.tpl" title="FORMA 2004 status"}
</td>
<td class="forma">
{include file="forma05_status.tpl" title="FORMA 2005 status"}
</td>
</tr>
{php}flush();{/php}
{foreachelse}
<br />
{/foreach}
</table>