Lines 40-46
Link Here
|
40 |
<th>Instructors</th> |
40 |
<th>Instructors</th> |
41 |
<th>Staff note</th> |
41 |
<th>Staff note</th> |
42 |
<th>Public note</th> |
42 |
<th>Public note</th> |
43 |
<th># of Students</th> |
43 |
<th># of students</th> |
44 |
<th>Enabled</th> |
44 |
<th>Enabled</th> |
45 |
</tr> |
45 |
</tr> |
46 |
</thead> |
46 |
</thead> |
Lines 59-65
Link Here
|
59 |
[% END %] |
59 |
[% END %] |
60 |
</td> |
60 |
</td> |
61 |
<td>[% c.staff_note | html %]</td> |
61 |
<td>[% c.staff_note | html %]</td> |
62 |
<td>[% c.public_note | html %]</td> |
62 |
<td>[% c.public_note | $raw %]</td> |
63 |
<td>[% c.students_count | html %]</td> |
63 |
<td>[% c.students_count | html %]</td> |
64 |
<td> |
64 |
<td> |
65 |
[% IF c.enabled == 'yes' %] |
65 |
[% IF c.enabled == 'yes' %] |
66 |
- |
|
|