<?php 
        foreach ($entry->getEntryTypes() as $entry_type) {
            ?>
										&raquo; <?php 
            echo $entry_type;
            ?>
<br>
									<?php 
        }
        ?>
								</td>
							</tr>
							<tr>
								<th>Description:</th>
								<td><?php 
        echo $entry->getDescription();
        ?>
</td>
							</tr>
							<tr>
								<th>Group Size:</th>
								<td><?php 
        echo $entry->getGroupSize();
        ?>
</td>
							</tr>
							<?php 
        if ($entry->getFloatParkingSpaces() > 0) {
            ?>
								<tr>
									<th>Float Parking Spots:</th>