&nbsp;:&nbsp;<?php 
$pck_type = Constants::getPackagesTypeList();
echo $pck_type[$result_pack[0]['packagetype']][0];
?>
        </td>
    </tr>
    <tr>
            <td colspan="2">
            <?php 
echo gettext("NUMBER");
?>
&nbsp;:&nbsp;<?php 
echo $result_pack[0]['freetimetocall'];
?>
&nbsp;<?php 
$pck_type = Constants::getPackagesTypeList();
echo $pck_type[$result_pack[0]['packagetype']][0];
?>
&nbsp;<?php 
echo gettext('per');
?>
                <?php 
if ($result_pack[0]['billingtype'] == 0) {
    echo gettext("month");
} else {
    echo gettext("week");
}
?>
            </td>
    </tr>
    <tr>
}
</SCRIPT>

<TABLE class="invoice_table" >
	<tr class="form_invoice_head">
	    <td widht="60%"><font color="#FFFFFF"><?php echo gettext("PACKAGE: "); ?></font><font color="#FFFFFF"><b><?php echo $result_pack[0]['label']; ?></b></font></td>
            <td width="40%"><font color="#FFFFFF"><?php echo gettext("DATE: "); ?> </font><font color="#EE6564"> <?php echo $result_pack[0]['creationdate']; ?></font></td>
	</tr>
	<tr>
            <td colspan="2">
			<?php echo gettext("PACKAGE TYPE"); ?>&nbsp;:&nbsp;<?php $pck_type = Constants::getPackagesTypeList(); echo $pck_type[$result_pack[0]['packagetype']][0]; ?>
		</td>
	</tr>
	<tr>
            <td colspan="2">
			<?php echo gettext("NUMBER"); ?>&nbsp;:&nbsp;<?php echo $result_pack[0]['freetimetocall']; ?>&nbsp;<?php $pck_type = Constants::getPackagesTypeList(); echo $pck_type[$result_pack[0]['packagetype']][0]; ?>&nbsp;<?php echo gettext('per') ?>
				<?php if($result_pack[0]['billingtype']==0) echo gettext("month"); else echo gettext("week"); ?>
            </td>
	</tr>
	<tr>
		<td align="center" colspan="2">
			<br/>
			<table>
				<tr>
					<td align="center">
						<?php echo gettext("RATES ASSIGNED"); ?>
					</td>
				</tr>
				<tr>
					<td>
						<select id="rate" name="rate" size="10" style="width:250px;" class="form_input_select">