echo $entry->getOrganization();
            ?>
</td>
				</tr>
			<?php 
        }
        ?>
			<tr>
				<th>Contact:</th>
				<td>
					<?php 
        echo $entry->getName();
        ?>
<br>
					<?php 
        echo $entry->getPhone();
        ?>
<br>
					<?php 
        echo $entry->getEmail();
        ?>
				</td>
			</tr>
			<tr>
				<th>Address:</th>
				<td>
					<?php 
        echo $entry->getAddress();
        ?>
<br>
					<?php