[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE AuthorisedValues %] [% USE ItemTypes %] [% USE Branches %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] Course reserves for [% course.course_name | html %] › [% 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-details' %] [% INCLUDE 'masthead.inc' %]

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

    [% IF ( course.term ) %]
  1. [% tp('Semester', 'Term:') | html %] [% 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 %]
Courses
Title Author Item type Location Collection Call number Copy number Status Date due Notes Link
[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %] [% cr.biblio.author | html %] [% ItemTypes.GetDescription( cr.item.itype ) | html %] [% Branches.GetName( cr.item.holdingbranch ) | html %]
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => cr.item.location, opac => 1 ) | html %]
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %] [% cr.item.itemcallnumber | html %] [% cr.item.copynumber | html %] [% INCLUDE 'item-status.inc' item=cr.course_item issue=cr.issue %] [% cr.issue.date_due | $KohaDates as_due_date => 1 %] [% IF ( cr.public_note ) %] [% cr.public_note | $raw %] [% ELSIF ( cr.item.itemnotes ) %] [% cr.item.itemnotes | $raw %] [% 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' %] [% INCLUDE 'columns_settings.inc' %] [% END %]