|
Lines 591-597
Link Here
|
| 591 |
<td class="materials"> [% item.materials | html %] </td> |
591 |
<td class="materials"> [% item.materials | html %] </td> |
| 592 |
[% END %] |
592 |
[% END %] |
| 593 |
[% IF ( itemdata_itemnotes ) %] |
593 |
[% IF ( itemdata_itemnotes ) %] |
| 594 |
<td><div class="itemnotes">[% item.object.itemnotes.replace('\n','<br />') | $raw %]</div></td> |
594 |
<td> |
|
|
595 |
<div class="itemnotes"> |
| 596 |
[% item.object.itemnotes | html | html_line_break %] |
| 597 |
</div> |
| 598 |
</td> |
| 595 |
[% END %] |
599 |
[% END %] |
| 596 |
[% IF itemdata_nonpublicnotes %] |
600 |
[% IF itemdata_nonpublicnotes %] |
| 597 |
<td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td> |
601 |
<td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td> |
| 598 |
- |
|
|