echo $entry->getAddress();
        ?>
<br>
					<?php 
        echo $entry->getCSZ();
        ?>
				</td>
			</tr>
			<tr>
				<th>Tickets:</th>
				<td>
					<?php 
        echo $entry->getQty();
        ?>
					<?php 
        if ($entry->isSponsor()) {
            ?>
						Table Sponsorship (8 Tickets)
					<?php 
        }
        ?>
				</td>
			</tr>
			<tr>
				<th>Meal Type:</th>
				<td><?php 
        echo $entry->isUpgraded() ? 'Prime Rib Dinner' : 'Turkey or Vegetarian Dinner';
        ?>
</td>
			</tr>
			<?php 
        echo $entry->getAddress();
        ?>
<br>
									<?php 
        echo $entry->getCSZ();
        ?>
								</td>
							</tr>
							<tr>
								<th>Tickets:</th>
								<td>
									<?php 
        echo $entry->getQty();
        ?>
									<?php 
        if ($entry->isSponsor()) {
            ?>
										Table Sponsorship (8 Tickets)
									<?php 
        }
        ?>
								</td>
							</tr>
							<tr>
								<th>Meal Type:</th>
								<td><?php 
        echo $entry->isUpgraded() ? 'Prime Rib Dinner' : 'Turkey or Vegetarian Dinner';
        ?>
</td>
							</tr>
							<?php