[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] Courses › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") | $raw %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-course-reserves' %] [% INCLUDE 'masthead.inc' %]

Courses

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