<tbody class="copy_details_table">
[%- FOREACH peer IN ctx.foreign_copies;
FOREACH bib IN peer.foreign_copy_maps; %]
- <tr class="copy_details_row"><td>
+ <tr class="copy_details_row"><td style="background-color:#fff;">
[%- bib_lib_name = ctx.get_aou(bib.target_copy.circ_lib).name | html;
l("[_1] (foreign item)", bib_lib_name); -%]
<ul><li>
</a>
</li></ul>
</td>
- <td>[% copy_info.copy_location | html %]</td>
- <td>[% bib.target_copy.call_number.label | html %]</td>
- <td>[% bib.target_copy.barcode | html %]</td>
- <td>[% copy_info.copy_status | html %]</td>
+ <td style="background-color:#fff;">[% copy_info.copy_location | html %]</td>
+ <td style="background-color:#fff;">[% bib.target_copy.call_number.label | html %]</td>
+ <td style="background-color:#fff;">[% bib.target_copy.barcode | html %]</td>
+ <td style="background-color:#fff;">[% copy_info.copy_status | html %]</td>
[%- IF ctx.is_staff %]
- <td>[% copy_info.due_date | html %]</td>
+ <td style="background-color:#fff;">[% copy_info.due_date | html %]</td>
[%- END %]
</tr>
[%- END; # FOREACH peer