+ if ($info_row->{sys_notes})
+ {
+ print <<EOHTML;
+ <br />
+ <table>
+ <tr>
+ <th class="head" rowspan="2">System Notes</th>
+ <th>Date</th>
+ <th>Notes</th>
+ </tr>
+ <tr>
+ <td>$info_row->{sys_notes_date}</td>
+ <td>$info_row->{sys_notes}</td>
+ </tr>
+ </table>
+EOHTML
+
+ }
+