<form action="[% ctx.opac_root %]/myopac/main_payment_form#payment" method="get" id="selected_fines">
[% END %]
- <h3>
+ <!-- temp: --> [% neg = 0; %]
+
+ <h3>
[% l("Charges On Your Account") %]
</h3>
<div style="padding-bottom:10px;">[% l("PINES Account Tips") %]</div>
<td class="danger">
<strong>
[% money(f.xact.balance_owed) %]
+ <!-- temp: --> [% IF f.xact.balance_owed < 0; neg = neg + 1; END %]
</strong>
<input class="fineAmount" value="[% f.xact.balance_owed %]" hidden />
</td>
</thead>
<tbody id='myopac_trans_tbody'>
[% c = 0; %]
- <!-- temp: --> [% neg = 0; %]
[% FOR f IN ctx.fines.grocery %]
<tr class ='myopac_trans_row'>
[% c = c + 1; %]