<th>[% l("Cover") %]</th>
<th>[% sort_head("sort_title", l("Title")) %]</th>
<th>[% sort_head("author", l("Author")) %]</th>
- <th>[% sort_head("renews", l("Renewals Left")) %]</th>
+ <th>[% sort_head("renews", l("Renewals Left")) %] <a href="#" title="" data-toggle="tooltip" data-original-title="You will be unable to renew items if other patrons have holds on them, if your account is expired, or if you have more than $10.00 in fines and fees."><i class="fas fa-question-circle" aria-hidden="true"></i></a></th>
<th>[% sort_head("due", l("Due Date")) %]</th>
<th>[% sort_head("barcode", l("Barcode")) %]</th>
<th>[% sort_head("callnum", l("Call Number")) %]</th>
</td>
<td>
<span class="sr-only">Renewals Remaining</span>
- [% circ.circ.renewal_remaining %] <a href="#" title="" data-toggle="tooltip" data-original-title="You will be unable to renew items if other patrons have holds on them, if your account is expired, or if you have more than $10.00 in fines and fees."><i class="fas fa-question-circle" aria-hidden="true"></i></a>
+ [% circ.circ.renewal_remaining %]
</td>
[%
due_date = ctx.parse_datetime(circ.circ.due_date, circ.circ.circ_lib);