|
Lines 101-106
Link Here
|
| 101 |
<li>This item is on hold for another borrower.</li> |
101 |
<li>This item is on hold for another borrower.</li> |
| 102 |
[% ELSIF error == 'item_denied_renewal' %] |
102 |
[% ELSIF error == 'item_denied_renewal' %] |
| 103 |
<li>Item renewal is not allowed.</li> |
103 |
<li>Item renewal is not allowed.</li> |
|
|
104 |
[% ELSIF error == 'auto_too_soon' %] |
| 105 |
<li>This item is scheduled for auto renewal.</li> |
| 104 |
[% END %] |
106 |
[% END %] |
| 105 |
[% END %] |
107 |
[% END %] |
| 106 |
</ul> |
108 |
</ul> |
| 107 |
- |
|
|