END; %]
</td>
</tr>
- [% IF copy_info.notes; %]
- [% FOREACH note IN copy_info.notes; %]
- <tr><td> </td><td class="copy_note" colspan="4" property="description"><strong>[% note.title | html %]:</strong> [% note.value | html %]</td></tr>
- [% END %]
- [% END %]
- [% IF copy_info.tags; %]
- [% FOREACH tag IN copy_info.tags; %]
- <tr class="copy_tag_row">
- <td> </td>
- <td class="copy_tag" colspan="4">
- <span class="copy_tag_type_label">[% tag.tag_type.label _ ": " | html %]</span>
- <span class="copy_tag_value">
- [% IF tag.url %]
- <a href="[% tag.url | html %]">
- [% END %]
- [% tag.value | html %]
- [% IF tag.url %]
- </a>
- [% END %]
- </span>
- </td>
- </tr>
- [% END %]
- [% END %]
[%- IF copy_info.peer_bib_marc.size > 0;
'<tr><td><ul>';