[% USE Koha %] [% USE KohaDates %] [% USE AuthorisedValues %] [% USE ItemTypes %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Course reserves for [% course.course_name %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-main' %] [% INCLUDE 'masthead.inc' %]

Course reserves for [% course.course_name %]

    [% IF ( course.term ) %]
  1. Term: [% AuthorisedValues.GetByCode( 'TERM', course.term ) %]
  2. [% END %]
  3. Department: [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) %]
  4. [% IF ( course.course_number ) %]
  5. Course number: [% course.course_number %]
  6. [% END %] [% IF ( course.section ) %]
  7. Section: [% course.section %]
  8. [% END %] [% IF ( course.instructors ) %]
  9. Instructors:
      [% FOREACH i IN course.instructors %]
    • [% i.firstname %] [% i.surname %]
    • [% END %]
  10. [% END %] [% IF ( course.public_note ) %]
  11. Notes: [% course.public_note %]
  12. [% END %]
[% IF ( course_reserves ) %] [% FOREACH cr IN course_reserves %] [% END %]
Title Item type Location Collection Call number Copy number Status Date due Notes
[% cr.item.title %] [% ItemTypes.GetDescription( cr.item.itype ) %] [% Branches.GetName( cr.item.holdingbranch ) %]
[% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) %]
[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %] [% cr.item.itemcallnumber %] [% cr.item.copynumber %] [% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %] [% cr.issue.date_due | $KohaDates as_due_date => 1 %] [% cr.public_note %]
[% ELSE %]

No reserves have been selected for this course.

[% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% END %]