[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Course reserves [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
[% IF ( CAN_user_coursereserves_manage_courses ) %] New course [% END %]
[% END %]

Courses

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