<?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>
									<td>
										<?php 
            echo $entry->getFloatParkingSpaces();
            ?>
										($<?php 
            echo number_format($entry->getFloatParkingSpaces() * $entry->getFloatParkingSpaceCost(), 2);
            ?>