[%
COLUMNS = [
-{label => l('Circ ID'), name => 'id', display => 1},
-{label => l('Barcode'), name => 'target_copy.barcode' display => 1},
-{label => l('Due Date'), name => 'due_date' display => 1},
-{label => l('Checkout/Renewal Library'), name => 'circ_lib.shortname' display => 1},
-{label => l('Renewals Remaining'), name => 'renewal_remaining' display => 1},
+{label => l('Circ ID'), name => 'id', display => 1},
+{label => l('Barcode'), name => 'target_copy.barcode' display => 1},
+{label => l('Due Date'), name => 'due_date' display => 1},
+{label => l('Checkout/Renewal Library'),
+ name => 'circ_lib.shortname' display => 1},
+{label => l('Renewals Remaining'), name => 'renewal_remaining' display => 1},
{label => l('Fines Stopped'), name => 'stop_fines' display => 1},
-{label => l('Title'), name => 'target_copy.call_number.record.simple_record.title', display => 1},
+{label => l('Title'),
+ name => 'target_copy.call_number.record.simple_record.title', display => 1},
]
%]
[%- FOR col IN COLUMNS %]
{label:'[% col.label %]',name:'[% col.name %]'[% IF col.display %],display:true[% END %]}[% IF !loop.last; ','; END -%]
[% END %]
-])">
+]);
+">
</div>
<div class="row">