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

Course reserves for [% course.course_name | html %]

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

No reserves have been selected for this course.

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