?>
<br>
									<?php 
        echo $entry->getEmail();
        ?>
								</td>
							</tr>
							<tr>
								<th>Address:</th>
								<td>
									<?php 
        echo $entry->getAddress();
        ?>
<br>
									<?php 
        echo $entry->getCSZ();
        ?>
								</td>
							</tr>
							<tr>
								<th>Tickets:</th>
								<td><?php 
        echo $entry->getQty();
        ?>
</td>
							</tr>
							<?php 
        if ($entry->getAmountDue() > 0) {
            ?>
								<tr>
									<th>Amount Due:</th>