Lines 210-216
Link Here
|
210 |
</div> |
210 |
</div> |
211 |
[% IF ( table_loop ) %] |
211 |
[% IF ( table_loop ) %] |
212 |
<form name="items" class="checkboxed"> |
212 |
<form name="items" class="checkboxed"> |
213 |
<h2>Items in batch number [% batch_id %]</h2> |
213 |
<h2>Patrons in batch number [% batch_id %]</h2> |
214 |
<table id="batcht"> |
214 |
<table id="batcht"> |
215 |
[% FOREACH table_loo IN table_loop %] |
215 |
[% FOREACH table_loo IN table_loop %] |
216 |
[% IF ( table_loo.header_fields ) %] |
216 |
[% IF ( table_loo.header_fields ) %] |
217 |
- |
|
|