[% BLOCK html_head %] [% END %] [% PROCESS "default/opac/common.tt2" %] [% WRAPPER "default/opac/base.tt2" %] [% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %] [% USE date %]
[% FOR circ IN ctx.circs %] [% attrs = {marc_xml => circ.marc_xml}; %] [% PROCESS get_marc_attrs args=attrs; %] [% END %]
Title Author Due Date Renewals Remaining Select
[% attrs.title %] [% attrs.author %] [% date.format(ctx.parse_datetime(circ.circ.due_date),'%Y-%m-%d') %] [% circ.circ.renewal_remaining %]
[% END %]