?>
"
			data-year="<?php 
        echo $this->getAttribute('year');
        ?>
"
			class="<?php 
        echo $this->getAttribute('form');
        ?>
">

			<div id="pride-form-step-1">

				<?php 
        \OutSpokane\Entry::drawDefaultFormFields();
        $festival = new \OutSpokane\FestivalEntry();
        $entry_types = $festival->getEntryTypes();
        ?>

				<div class="row">
					<div class="col-md-3">
						<label for="entry_type_id">Entry Type</label>
					</div>
					<div class="col-md-6">
						<select id="entry_type_id" class="form-control" data-sponsor-id="<?php 
        echo \OutSpokane\FestivalEntry::ENTRY_TYPE_SPONSOR;
        ?>
">
							<?php 
        foreach ($entry_types as $entry_type_id => $entry_type) {
            ?>
if (isset($_GET['action'])) {
    switch ($_GET['action']) {
        case 'view':
            $action = $_GET['action'];
    }
}
?>

<div class="wrap">

	<?php 
if ($action == 'view') {
    ?>

		<?php 
    $entry = new \OutSpokane\FestivalEntry(isset($_GET['id']) ? $_GET['id'] : 0);
    ?>

		<?php 
    if ($entry->getCreatedAt() === NULL) {
        ?>

			<div class="alert alert-danger">
				Entry Not Found
			</div>

		<?php 
    } else {
        ?>

			<h1>