Lines 47-52
Link Here
|
47 |
|
47 |
|
48 |
<div id="userreadingrecord" class="maincontent"> |
48 |
<div id="userreadingrecord" class="maincontent"> |
49 |
<h1>Checkout history</h1> |
49 |
<h1>Checkout history</h1> |
|
|
50 |
[% UNLESS checkouts %][% checkouts = [] %][% END %] |
51 |
[% UNLESS old_checkouts %][% old_checkouts = [] %][% END %] |
50 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
52 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
51 |
[% IF all_checkouts.size == 0 %] |
53 |
[% IF all_checkouts.size == 0 %] |
52 |
You have never borrowed anything from this library. |
54 |
You have never borrowed anything from this library. |
53 |
- |
|
|