echo gettext("Total incl. VAT:");
?>
</td>
           <td class="three"><div class="inctotal"><div class="inctotal inner"><?php 
echo number_format(round(amount_convert($price_with_vat) * 100) / 100, 2) . " {$display_curr}";
?>
</div></div></td>
         </tr>
        </tbody></table>
      </td>
    </tr>
    <tr>
    <td colspan="3" class="additional-information">
      <div class="invoice-description">
      <?php 
echo $invoice->getDescription();
?>
     </div></td>
    </tr>
  </tbody>
  <tfoot>
    <tr>
      <td colspan="3" class="footer">
        <?php 
echo $company_name . " | " . $address . ", " . $zipcode . " " . $city . " " . $country . " | VAT nr." . $vat_invoice;
?>
      </td>
    </tr>
  </tfoot>
  </table></div>
		 	   else $color="color:#EE6564;"    ?>
		 <font style="font-weight:bold;" ><?php echo gettext("STATUS : "); ?></font> <font style="<?php echo $color; ?>" >  <?php echo $invoice->getStatusDisplay($invoice->getStatus());  ?> </font>
		 </td>
	</tr>
	<tr>
		<td colspan="2">
		<?php if($invoice->getPaidStatusDisplay()==0) $color="color:#EE6564;";
		 	   else $color="color:#5FA631;"    ?>
		 <font style="font-weight:bold;" ><?php echo gettext("PAID STATUS : "); ?></font> <font style="<?php echo $color; ?>" > <?php echo $invoice->getPaidStatusDisplay($invoice->getPaidStatus());  ?> </font>

		</td>
	</tr>
	<tr>
		<td colspan="2">
		<br/>
		<font style="font-weight:bold; " ><?php echo gettext("DESCRIPTION : "); ?></font>  <br/> <?php echo $invoice->getDescription();  ?></td>
	</tr>
	
	<tr >
    <td colspan="2">
    	<table width="100%" cellspacing="10">
			<tr>
			  <th  width="10%">
			      &nbsp;
			  </th>
			  <th  width="35%">
			  	&nbsp;
			  </th>
			  <th align="right" width="17%">
			  	<font style="font-weight:bold; " >     
			  		<?php echo gettext("PRICE EXCL. VAT"); ?>