?>
<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>Message:</th>
				<td><?php 
        echo $entry->getMessage();
        ?>
</td>
			</tr>
			<tr>
				<th>Color:</th>
				<td><?php 
        echo $entry->getColor();
        ?>