|
Lines 43-51
Link Here
|
| 43 |
<ul> |
43 |
<ul> |
| 44 |
[% FOREACH i IN item_and_count %] |
44 |
[% FOREACH i IN item_and_count %] |
| 45 |
[% IF i.delcount == 1 %] |
45 |
[% IF i.delcount == 1 %] |
| 46 |
<li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount %] course.</li> |
46 |
<li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount | html %] course.</li> |
| 47 |
[% ELSIF i.delcount > 1 %] |
47 |
[% ELSIF i.delcount > 1 %] |
| 48 |
<li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount %] courses.</li> |
48 |
<li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount | html %] courses.</li> |
| 49 |
[% END %] |
49 |
[% END %] |
| 50 |
[% END %] |
50 |
[% END %] |
| 51 |
</ul> |
51 |
</ul> |
| 52 |
- |
|
|