Пример #1
0
					<?php 
        echo $entry->getCSZ();
        ?>
				</td>
			</tr>
			<tr>
				<th>Message:</th>
				<td><?php 
        echo $entry->getMessage();
        ?>
</td>
			</tr>
			<tr>
				<th>Color:</th>
				<td><?php 
        echo $entry->getColor();
        ?>
</td>
			</tr>
			<?php 
        if ($entry->getAmountDue() > 0) {
            ?>
				<tr>
					<th>Amount Due:</th>
					<td>$<?php 
            echo number_format($entry->getAmountDue(), 2);
            ?>
</td>
				</tr>
				<tr>
					<th></th>