<?php 
        echo $entry->getCSZ();
        ?>
				</td>
			</tr>
			<tr>
				<th>Entry Type:</th>
				<td><?php 
        echo $entry->getEntryType();
        ?>
</td>
			</tr>
			<tr>
				<th>Corner Booth:</th>
				<td><?php 
        echo $entry->isCornerBooth() ? 'Yes' : 'No';
        ?>
</td>
			</tr>
			<tr>
				<th>Comments/Notes:</th>
				<td><?php 
        echo $entry->getDescription();
        ?>
</td>
			</tr>
			<?php 
        if ($entry->getAmountDue() > 0) {
            ?>
				<tr>
					<th>Amount Due:</th>