- Timestamp:
- 17 Aug 2023, 07:43:50 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r17483 r17546 44 44 </div> 45 45 <br /><br /> 46 <p tal:condition="python: False">47 <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.sfp_made[ 2]">BROUGHTFORWARD</span>46 <p tal:condition="python: True"> 47 <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.sfp_made[1]">BROUGHTFORWARD</span> 48 48 </p> 49 49 <br /> 50 <table class="table" style="width: 50%;" tal:condition="python: False">50 <table class="table" style="width: 50%;" tal:condition="python: True"> 51 51 <thead> 52 52 <tr> 53 53 <th i18n:translate="">Session</th> 54 54 <th i18n:translate="">School Fees</th> 55 <th i18n:translate=""> SumPaid</th>55 <th i18n:translate="">Amount Paid</th> 56 56 <th i18n:translate="">Amount Due</th> 57 57 </tr> … … 60 60 <tr tal:repeat="sfpm python: view.sfp_made[0]"> 61 61 <td tal:content ="python: '%s/%s' %(sfpm[0],sfpm[0]+1)">SESSION</td> 62 <td tal:content ="python: view.sfp_made[1]">TOTAL</td> 63 <td tal:content ="python: sfpm[1]">AMOUNT</td> 64 <td tal:content ="python: view.sfp_made[1]+view.sfp_made[2]-sfpm[1]">DUE</td> 65 62 <td tal:content ="python: sfpm[1][0]">FEE</td> 63 <td tal:content ="python: sfpm[1][1]">AMOUNT PAID</td> 64 <td tal:content ="python: sfpm[1][2]">TOTAL AMOUNT DUE</td> 66 65 </tr> 67 66 </tbody>
Note: See TracChangeset for help on using the changeset viewer.