<?php 
        }
        ?>

		<table class="table">
			<tr>
				<th>Date:</th>
				<td><?php 
        echo $entry->getCreatedAt('n/j/Y');
        ?>
</td>
			</tr>
			<tr>
				<th>Title:</th>
				<td><?php 
        echo $entry->getEntryYear();
        ?>
 Sponsorship</td>
			</tr>
			<?php 
        if (strlen($entry->getOrganization()) > 0) {
            ?>
				<tr>
					<th>Organization:</th>
					<td><?php 
            echo $entry->getOrganization();
            ?>
</td>
				</tr>
			<?php 
        }