?> <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>Sponsorship Level</th> <td><?php echo $entry->getLevel(); ?> </td> </tr> <?php if ($entry->getAmountDue() > 0) { ?> <tr>