?>
<br>
									<?php 
        echo $entry->getPhone();
        ?>
<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>Entry Type:</th>
								<td>
									<?php 
        foreach ($entry->getEntryTypes() as $entry_type) {
            ?>
										&raquo; <?php 
            echo $entry_type;