Lines 81-86
Link Here
|
81 |
<h2>Details of debit</h2> |
81 |
<h2>Details of debit</h2> |
82 |
[% END %] |
82 |
[% END %] |
83 |
|
83 |
|
|
|
84 |
<div class="page-section"> |
85 |
|
84 |
<table id="table_account_fines"> |
86 |
<table id="table_account_fines"> |
85 |
<thead> |
87 |
<thead> |
86 |
<tr> |
88 |
<tr> |
Lines 161-167
Link Here
|
161 |
</tr> |
163 |
</tr> |
162 |
</tbody> |
164 |
</tbody> |
163 |
</table> |
165 |
</table> |
|
|
166 |
</div> |
164 |
|
167 |
|
|
|
168 |
<div class="page-section"> |
165 |
<h3>History</h3> |
169 |
<h3>History</h3> |
166 |
<table class="accountline-offsets-table" id="accountline-debits-table"> |
170 |
<table class="accountline-offsets-table" id="accountline-debits-table"> |
167 |
<thead> |
171 |
<thead> |
Lines 234-239
Link Here
|
234 |
[% END %] |
238 |
[% END %] |
235 |
</tbody> |
239 |
</tbody> |
236 |
</table> |
240 |
</table> |
|
|
241 |
</div> |
237 |
[% ELSE %] |
242 |
[% ELSE %] |
238 |
<div class="dialog message"> |
243 |
<div class="dialog message"> |
239 |
Account not found |
244 |
Account not found |
240 |
- |
|
|