templates/edit_courses.tpl
<h1>Expected Courses</h1>
<div class="row">
<div class="col-lg-8">
<p>Add the courses that we know are OK to this list. When a course is used that is <em>not on this list</em> it will trigger an alert email to the person configured as the Insurance Notification contact.</p>
</div>
</div>
<div id="edit_courses"></div>
<script type = "text/javascript">
var subjects = {SUBJECTS};
</script>
<script type="text/javascript" src="{vendor_bundle}"></script>
<script type="text/javascript" src="{entry_bundle}"></script>