[% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %]
Name | Dept. | Course # | Section | Term | Instructors | Staff note | Public note | # of Students | Enabled |
---|---|---|---|---|---|---|---|---|---|
[% c.course_name %] | [% AuthorisedValues.GetByCode( 'DEPARTMENT', c.department ) %] | [% c.course_number %] | [% c.section %] | [% AuthorisedValues.GetByCode( 'TERM' c.term ) %] | [% FOREACH i IN c.instructors %] [% END %] | [% c.staff_note %] | [% c.public_note %] | [% c.students_count %] | [% IF c.enabled == 'yes' %] Yes [% ELSE %] No [% END %] | [% END %]