Course reserves for [% course.course_name | html %]
-
[% IF ( course.term ) %]
- [% tp('Semester', 'Term:') | html %] [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %] [% END %]
- Department: [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department, 1 ) | html %] [% IF ( course.course_number ) %]
- Course number: [% course.course_number | html %] [% END %] [% IF ( course.section ) %]
- Section: [% course.section | html %] [% END %] [% IF ( course.instructors ) %]
- Instructors:
-
[% FOREACH i IN course.instructors %]
- [% i.firstname | html %] [% i.surname | html %]
[% END %]
[% END %]
[% IF ( course.public_note ) %] - Notes: [% course.public_note | $raw %] [% END %]
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.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 %] |
No reserves have been selected for this course.