Lines 180-186
Link Here
|
180 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
180 |
<p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
181 |
[% END %] |
181 |
[% END %] |
182 |
[% IF ai_biblios %] |
182 |
[% IF ai_biblios %] |
183 |
<h4>Biblios</h4> |
183 |
<h4>Bibliographic records</h4> |
184 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
184 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
185 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
185 |
<p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
186 |
[% END %] |
186 |
[% END %] |
187 |
- |
|
|