[%- IF ctx.is_staff OR serial_holdings %]
<th scope='col' style="vertical-align:top;">[% l("Holdable?") %]</th>
[%- END %]
- <th scope='col' style="vertical-align:top;">[% l("Status") %]</th>
+ <th scope='col'>[% l("Status") %]</th>
+ <th scope='col'>[% l("Due Date") %]</th>
+ <th scope='col' style="vertical-align:top;"> </th>
</tr>
</thead>
<tbody>
<div>[% course.course_number %]</div>
[% END %]</td>
+ <td>[%
+ IF copy_info.due_date;
+ date.format(
+ ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),
+ DATE_FORMAT
+ );
+ ELSE;
+ '-';
+ END %]</td>
+ <!-- PINES customization: Show alert if item is new -->
+ <td>[% IF copy_info.age_protect && copy_info.create_date < (date.now - 15552000); '<a href="#" title="" data-toggle="tooltip" data-original-title="This is a new item and may only be checked out locally."><i class="fas fa-star" style="color:orange;" aria-hidden="true"></i></a>'; END; %]
+ </td>
</tr>
[% IF copy_info.notes; %]