Lines 206-212
Link Here
|
206 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p> |
206 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p> |
207 |
[% END %] |
207 |
[% END %] |
208 |
[% IF ai_biblios %] |
208 |
[% IF ai_biblios %] |
209 |
<h4>Biblios</h4> |
209 |
<h4>Bibliographic Records</h4> |
210 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
210 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
211 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p> |
211 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p> |
212 |
[% END %] |
212 |
[% END %] |