- Timestamp:
- 16 Sep 2021, 21:33:48 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r16510 r16623 45 45 <br /><br /> 46 46 47 <table class="table" style="width: 33%;">47 <table class="table" style="width: 50%;"> 48 48 <thead> 49 49 <tr> 50 50 <th i18n:translate="">Session</th> 51 <th i18n:translate="">Sum of Total School Fees Paid</th> 51 <th i18n:translate="">School Fees</th> 52 <th i18n:translate="">Sum Paid</th> 53 <th i18n:translate="">Amount Due</th> 52 54 </tr> 53 55 </thead> 54 56 <tbody> 55 <tr tal:repeat="sfpm python: view.schoolfee_payments_made .items()">57 <tr tal:repeat="sfpm python: view.schoolfee_payments_made[0].items()"> 56 58 <td tal:content ="python: sfpm[0]">YEAR</td> 59 <td tal:content ="python: view.schoolfee_payments_made[1]">TOTAL</td> 57 60 <td tal:content ="python: sfpm[1]">AMOUNT</td> 61 <td tal:content ="python: view.schoolfee_payments_made[1]-sfpm[1]">DUE</td> 58 62 </tr> 59 63 </tbody>
Note: See TracChangeset for help on using the changeset viewer.