[% USE Koha %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Courses [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-main' %] [% INCLUDE 'masthead.inc' %]

Courses

[% FOREACH c IN courses %] [% END %]
Name Dept. Course # Section Term Instructors Notes
[% c.course_name %] [% AuthorisedValues.GetByCode( 'DEPARTMENT', c.department, 1 ) %] [% c.course_number %] [% c.section %] [% AuthorisedValues.GetByCode( 'TERM' c.term ) %] [% FOREACH i IN c.instructors %]
[% i.firstname %] [% i.surname %]
[% END %]
[% c.public_note %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% END %]