<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
		<style type="text/css">
			* {margin:0; padding:0;}
			body {font-family:Arial, Helvetica, sans-serif; font-size:11pt; line-height:120%; color:#151515; background:#ffffff; width:800px;}
		</style>
	</head>
	<body>
		<div style="color: #1c43a6; font-size: 18pt; width: 800px; padding-bottom: 4px; border-bottom: 2px solid #1c43a6;">
			OSAA Online Forms
		</div>

		<br />

		<div style="font-weight: bold; font-size: 13pt;">
			<?php echo $information['form']->school_year + 1; ?>-<?php echo substr($information['form']->school_year, 2, 2) + 2; ?> <?php echo $information['season']; ?> Preselection 
		</div>

		<p>
			Hello, <?php echo $information['user']->getDisplayFullName(); ?>.<br /><br />

			Thank you for submitting next year's <?php echo $information['season']; ?> activity program preselections for <?php echo $information['school']->short_name; ?>.  You can update your entries from your OSAA account up until the deadline.
		</p>

		<br />		

		<?php if ($information['data']['none']): ?>

			<b>You indicated that you are not offering any <?php echo strtolower($information['season']); ?> sports / activities.</b>

		<?php else: ?>

			<?php foreach ($information['data'] as $slug => $value): ?>

				<?php if (!Helpers::strEqual($slug, 'none')): ?>
					<div>
						<b><?php echo Helpers::getActivityName($slug); ?></b> - <?php echo ($value) ? 'Yes' : 'No'; ?>
					</div>
				<?php endif; ?>

			<?php endforeach; ?>

		<?php endif; ?>
		
		<br />		
		<br />
		<br />
		
		Regards,<br /><br />
		Oregon School Activities Association

		<br />

		
	</body>
</html>