|
Lines 204-211
Link Here
|
| 204 |
[% ELSIF ( bibitemloo.recall ) %] |
204 |
[% ELSIF ( bibitemloo.recall ) %] |
| 205 |
<div class="alert alert-warning">You have already placed a recall on this title.</div> |
205 |
<div class="alert alert-warning">You have already placed a recall on this title.</div> |
| 206 |
[% ELSE %] |
206 |
[% ELSE %] |
| 207 |
[% IF ( bibitemloo.already_patron_possession ) %] |
207 |
[% IF bibitemloo.alreadypossession %] |
| 208 |
<div class="alert alert-warning">This title cannot be requested because it's already in your possession.</div> |
208 |
<div class="alert alert-warning">This title cannot be requested because it's already in your possession.</div> |
|
|
209 |
[% ELSIF bibitemloo.tooManyReserves %] |
| 210 |
<div class="alert alert-warning">This title cannot be requested because you reached the maximum number of holds.</div> |
| 211 |
[% ELSIF bibitemloo.tooManyHoldsForThisRecord %] |
| 212 |
<div class="alert alert-warning">This title cannot be requested because you exceeded max holds per record.</div> |
| 213 |
[% ELSIF bibitemloo.tooManyReservesToday %] |
| 214 |
<div class="alert alert-warning">This title cannot be requested because you reached the daily hold limit.</div> |
| 215 |
[% ELSIF bibitemloo.itemAlreadyOnHold %] |
| 216 |
<div class="alert alert-warning">This title cannot be requested because you already have hold for this item.</div> |
| 209 |
[% ELSE %] |
217 |
[% ELSE %] |
| 210 |
[% UNLESS ( bibitemloo.bib_available ) %] |
218 |
[% UNLESS ( bibitemloo.bib_available ) %] |
| 211 |
<div class="alert">There are no items that can be placed on hold.</div> |
219 |
<div class="alert">There are no items that can be placed on hold.</div> |