<div class="hide">
	~[if.is.a.school]
		<table class="linkDescList" id="schoolEoyReports">
			<colgroup>
				<col><col>
			</colgroup>
			<thread>
				<tr>
					<th>MBA EOY Reports</th>
					<th>Description</th>
				</tr>
			</thread>
			<tbody>
				<tr>
					<td><a href="/admin/reports/schoolEoyValidation/eoyReport.html">School EOY Validation Report</a></td>
					<td>A report for End-Of-Year validation for the currently selected school (~(schoolname)).</td>
				</tr>
			</tbody>
		</table>
    [/if]
</div>
<script type="text/javascript">
	$j('.box-round').find('table').last().after($j('#schoolEoyReports'));
</script>