<div class="col-md-5">

					<div class="well" id="pride-forms-update-entry-notes" data-form="parade" data-id="<?php 
        echo $entry->getId();
        ?>
">

						<p>
							<label for="entry-notes">
								<strong>
									Notes
								</strong>
							</label>
						</p>
						<p><textarea id="entry-notes" style="width:100%; height:100px"><?php 
        echo esc_html($entry->getNotes());
        ?>
</textarea></p>

						<?php 
        submit_button('Save Notes');
        ?>

					</div>

					<div class="well" id="pride-forms-mark-as-paid" data-form="parade" data-id="<?php 
        echo $entry->getId();
        ?>
">

						<p>